aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/storage
Commit message (Expand)AuthorAgeFilesLines
* util:wsgi: add BEExceptionApp for translating storage exceptions.W. Trevor King2012-08-291-1/+3
* Allow symlinks in bugdir directories.W. Trevor King2012-08-281-1/+2
* libbe:util:wsgi: extract WSGI utilities into a separate module.W. Trevor King2012-08-271-2/+8
* util:http: pull HTTP helpers from libbe.storage.http into their own module.W. Trevor King2012-08-241-103/+11
* storage:http: use an explicit relative import for base.W. Trevor King2012-08-241-2/+3
* storage:http: adjust HTTPError message in get_post_url.W. Trevor King2012-08-241-2/+2
* storage:http: add agent argument to get_post_url.W. Trevor King2012-08-241-2/+4
* storage:vcs:hg: remove grandchildren from Hg._vcs_listdir.W. Trevor King2012-08-231-1/+4
* storage:base: add tests to catch grandchildren in .children() output.W. Trevor King2012-08-231-1/+51
* storage:vcs:hg: fix missformed file_a -> file_b message typo.W. Trevor King2012-08-231-1/+1
* Ran update-copyright.py.W. Trevor King2012-02-1616-160/+160
* Fix my busted 1512c0e2a64e patch to libbe/util/encoding.py.W. Trevor King2011-11-132-4/+4
* Ran update_copyright.py.W. Trevor King2011-11-092-0/+2
* Oops, that forgot the equals part of Mercurial 1.9 or greater.W. Trevor King2011-09-071-1/+1
* Adjust Mercurial execution so it works with version 1.9 and earlier.W. Trevor King2011-09-071-3/+9
* Move Bzr.version_cmp to VCS.version_cmp.W. Trevor King2011-09-072-92/+91
* Merge remote branch 'pschumms/master'W. Trevor King2011-09-071-6/+4
|\
| * Fixed problem with Hg support under version 1.9 (mercurial.dispatch.dispatch(...Phil Schumm2011-07-281-6/+4
* | Remove redundant re import from previous bzr version_cmp patch.W. Trevor King2011-09-071-1/+0
* | Enhance Bzr.version_cmp to handle non-numeric versionsMichel Alexandre Salim2011-09-071-9/+50
* | bugseverywhere.org has changed URL handling, so use different URLs for HTTP t...W. Trevor King2011-07-301-3/+3
|/
* Run update_copyright.py.W. Trevor King2011-05-2515-9/+24
* Use open() instead of file() in CachedPathID doctests (2to3 compatability).W. Trevor King2011-05-121-3/+3
* Remove form feeds (for compatibility with 2to3).W. Trevor King2011-05-127-7/+7
* Add --notify to `be serve`.W. Trevor King2011-04-161-0/+1
* Fix typo libbe.storage.serve -> libbe.command.serve in libbe.storage.http com...W. Trevor King2011-04-161-2/+2
* Add libbe.ui.util.user.get_fallback_fullname() and use pwd when possible.W. Trevor King2011-04-142-2/+2
* Work around bzr filelocking issue on Windows.W. Trevor King2011-02-242-2/+7
* Local imports and better missing-client detection in client-based VCS classes.W. Trevor King2011-02-224-20/+33
* Correct version for recent bzrlib fix.W. Trevor King2011-02-221-9/+9
* Don't call cmd.cleanup_now() for recent Bazaar versions.W. Trevor King2011-02-221-9/+18
* Merge commit 'refs/merge-requests/3' of git://gitorious.org/be/beChris Ball2011-01-081-1/+1
|\
| * Refrain from committing outstanding changes.Robert Lehmann2010-11-211-1/+1
* | Bumped to version 1.0.01.0.0Chris Ball2011-01-0816-16/+17
* | Make libbe.storage.vcs.darcs.Darcs._vcs_listdir() more robust.W. Trevor King2010-12-061-2/+3
* | Run cmd.cleanup_now() after executing bzr commands.W. Trevor King2010-12-061-0/+10
|/
* Ran update_copyright.py.W. Trevor King2010-10-211-1/+1
* Strip all whitespace from right side of the VCS storage version string.W. Trevor King2010-09-051-1/+1
* Remove useless children[i] from libbe.storage.vcs.base.VCS._children().W. Trevor King2010-09-051-1/+0
* Don't assume len(os.path.sep) == 1 in libbe.storage.vcs.base.W. Trevor King2010-09-051-4/+4
* Ah, restored altered dirname code to Monotone's root method.W. Trevor King2010-06-271-1/+5
* Fixed Monotone driver rooting for interface versions >= 8.0.W. Trevor King2010-06-271-11/+8
* Use _invoke_client (vs. old _u_invoke_client) for Monotone get_workspace_root.W. Trevor King2010-06-261-1/+1
* Add a Storage driver for the Monotone VCSW. Trevor King2010-06-262-1/+371
* Fix failure message 'X.get' -> 'X.children' in VersionedStorage test_get_prev...W. Trevor King2010-06-261-1/+1
* Removed libbe.storage.vcs.base._get_versionW. Trevor King2010-06-263-21/+14
* Ran update_copyright.pyW. Trevor King2010-06-2216-172/+189
* Darcs should look in ~/.darcs/author not ~/.darcs/prefs/authorwking2010-06-221-3/+3
* Darcs._vcs_get_user_id() now also checks ~/.darcs/prefs/author|email.wking2010-06-221-4/+6
* Use 'darcs add --boring' for Darcs > 0.9.10wking2010-06-221-1/+4