aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/storage
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use os.path.join in libbe.storage.util.config.path.wking2010-06-221-1/+3
* Fixed Eric Kow's _darcs/prefs/author bug.W. Trevor King2010-05-191-1/+1
* Use _vcs_get_file_contents (vs get_file_contents) in Darcs._vcs_get_user_idW. Trevor King2010-05-191-1/+1
* Fixed docstrings so only Sphinx errors are "autosummary" and "missing attribute"W. Trevor King2010-02-0714-465/+570
* Made Bzr/Darcs.version_cmp() more robust in response to Chris' email.W. Trevor King2010-02-012-18/+30
* Fixed Chris' "zero name length for Mercurial w/o ~/.hgrc" bug.W. Trevor King2010-02-011-1/+5
* Work around "bzr ls --non-recursive PATH : no list" bug in old bzrlib.W. Trevor King2010-01-281-4/+9
* Fix bzrlib.builtins.cmd_cat() output for pre 1.6.0 bzrlibs.W. Trevor King2010-01-281-1/+9
* Fix bzrlib.builtins.cmd_ls() recursion argument for pre 2.0 bzrlibs.W. Trevor King2010-01-281-1/+45
* Implement Arch._vcs_path()W. Trevor King2010-01-273-9/+30
* Implement Arch._vcs_changed().W. Trevor King2010-01-271-2/+46
* Fix StorageTestCase.classname -> ._classname()W. Trevor King2010-01-271-2/+2
* Merged clarifications requested by Ben FinneyW. Trevor King2010-01-275-11/+23
|\
| * Make VCS error messages and Storage test failures more descriptiveW. Trevor King2010-01-275-11/+23
* | Streamlined libbe.command.serve, adding --auth option, #/bea/c1b#, and testing.W. Trevor King2010-01-272-20/+159
|/
* Rework fix for #bea/8fc# : be crashes on outdated id-cacheW. Trevor King2010-01-251-7/+10
* Don't print 'Multiple paths' message on cache regenW. Trevor King2010-01-251-3/+3
* Fixed #bea/8fc# : be crashes on outdated id-cacheW. Trevor King2010-01-241-1/+5
* Added testSimplePropertySetStorageSave and relavant rewrites to settings_objectW. Trevor King2010-01-221-10/+45
* Add Bzr._vcs_exists() anyway :pW. Trevor King2010-01-221-1/+8
* We don't need VCS._vcs_exists yet, with exists only used in _addW. Trevor King2010-01-221-1/+1
* Add VCS._exists(), VCS.path(). Fix default handling in VCS._get().W. Trevor King2010-01-221-25/+37
* Added _EMPTY and Storage.exists() to libbe.storage.base.W. Trevor King2010-01-221-12/+43
* Reworked settings_object module, but command.init tests still fail:W. Trevor King2010-01-221-119/+226