aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/storage/vcs/base.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a Storage driver for the Monotone VCSW. Trevor King2010-06-261-1/+1
* Removed libbe.storage.vcs.base._get_versionW. Trevor King2010-06-261-13/+6
* Ran update_copyright.pyW. Trevor King2010-06-221-12/+13
* Fixed docstrings so only Sphinx errors are "autosummary" and "missing attribute"W. Trevor King2010-02-071-171/+95
* Make VCS error messages and Storage test failures more descriptiveW. Trevor King2010-01-271-1/+1
* 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
* 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 _u_rel_path problems in VCS._childrenW. Trevor King2010-01-201-2/+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
* 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-181-1/+28
* 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 VCSW. Trevor King2010-01-181-0/+15
* Use more kwargs in libbe.command.serveW. Trevor King2010-01-011-1/+1
* Hand nonexistent paths in VCS._u_search_parent_directories().W. Trevor King2010-01-011-1/+5
* Updated copyright informationW. Trevor King2010-01-011-1/+1
* Track connection status to allow multiple Storage.disconnect() calls.W. Trevor King2009-12-311-1/+1
* Use ._vcs_is_versioned() in VCS._children()W. Trevor King2009-12-291-0/+3
* Fixed make_*_testcase_subclasses() to avoid duplication.W. Trevor King2009-12-291-1/+2
* Added an additional VCS._u_rel_path() unittest.W. Trevor King2009-12-291-2/+3
* Added root directory handling to VCS._u_rel_path().W. Trevor King2009-12-291-3/+8
* Updated Hg backend to support .children(revision).W. Trevor King2009-12-291-4/+5
* Updated Git backend to support .children(revision).W. Trevor King2009-12-281-2/+4
* Fixed VCS.children() and Bzr.children() for non-None revisions.W. Trevor King2009-12-281-10/+68
* libbe.storage.vcs.base.VCS._init() now creates the '.be/version' file.W. Trevor King2009-12-281-13/+29
* Moved InvalidStorageVersion from libbe.command to libbe.storageW. Trevor King2009-12-271-4/+9
* Added storage.Storage.storage_version() and command.InvalidStorageVersion.W. Trevor King2009-12-271-6/+8
* Fixed libbe.storage.util.upgradeW. Trevor King2009-12-271-18/+11
* Fixed libbe.command.diff + ugly BugDir.duplicate_bugdir implementationW. Trevor King2009-12-151-1/+4
* Transitioned comment to Command formatW. Trevor King2009-12-141-3/+4
* Transitioned init to Command formatW. Trevor King2009-12-141-4/+6
* The VCS storage backends are all mostly working now.W. Trevor King2009-12-131-1/+0
* Moved Arch over to Storage formatW. Trevor King2009-12-131-1/+18
* Check for repo existence before initializing VCSW. Trevor King2009-12-131-2/+4
* Handle non-int args to VCS.revision_id at the VCS level.W. Trevor King2009-12-131-0/+5
* Adjust Hg._vcs_revision_id to bail cleanly on non-int revidsW. Trevor King2009-12-131-0/+1
* Use detect rather than catching errors in _vcs_root().W. Trevor King2009-12-131-50/+10
* More fixes for libbe.storage.vcs.hg + .git transition.W. Trevor King2009-12-131-1/+2
* Fixes to get libbe.storage.vcs.hg passing tests.W. Trevor King2009-12-131-2/+3
* Converted libbe.storage.vcs.hg to new Storage format.W. Trevor King2009-12-131-22/+35
* Converted libbe.storage.vcs.base to new Storage format.W. Trevor King2009-12-131-594/+511