aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/storage/vcs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed libbe.storage.vcs.base._get_versionW. Trevor King2010-06-263-21/+14
* Ran update_copyright.pyW. Trevor King2010-06-227-81/+88
* 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
* 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-077-378/+361
* 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-272-8/+29
* Implement Arch._vcs_changed().W. Trevor King2010-01-271-2/+46
* Make VCS error messages and Storage test failures more descriptiveW. Trevor King2010-01-274-8/+11
* 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
* 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
* Fix version import for mercurial <= 1.1.2W. Trevor King2010-01-211-1/+1
* Adjust to modern mercurial version definition.W. Trevor King2010-01-201-3/+13
* Fix _u_rel_path problems in VCS._childrenW. Trevor King2010-01-202-3/+4
* Use relative paths *._vcs_* methods.W. Trevor King2010-01-191-3/+6
* Better error messages in VCS._getW. Trevor King2010-01-191-3/+5
* Work around the extra output of `tla file-find` to get path.W. Trevor King2010-01-191-1/+2
* Work around Mercurial issue618 in Arch backend.W. Trevor King2010-01-191-4/+20
* Added changed() support for DarcsW. Trevor King2010-01-181-17/+110
* Add .changed() support to HgW. Trevor King2010-01-181-0/+71
* Fix VCS doctest for +revision InvalidID error messageW. Trevor King2010-01-181-1/+1
* Added VCS._u_find_id_from_manifest for faster id->path calculationW. Trevor King2010-01-183-23/+37
* Adjust VCSTestCase method docstrings for unittest.W. Trevor King2010-01-181-6/+3
* Added VCS._ancestorsW. Trevor King2010-01-181-0/+21
* Ignore paths with _u_path_to_id errors in VCS.changedW. Trevor King2010-01-181-5/+12
* Add .changed() support to BzrW. Trevor King2010-01-181-1/+83
* Add .changed() support to GitW. Trevor King2010-01-181-0/+81
* Add .changed() support to VCSW. Trevor King2010-01-181-0/+15
* Use more kwargs in libbe.command.serveW. Trevor King2010-01-011-1/+1