aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/storage/vcs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Hand nonexistent paths in VCS._u_search_parent_directories().W. Trevor King2010-01-011-1/+5
* Updated copyright informationW. Trevor King2010-01-017-8/+22
* Track connection status to allow multiple Storage.disconnect() calls.W. Trevor King2009-12-311-1/+1
* Correct for possible directory changes in mercurial.dispatch.dispatch()W. Trevor King2009-12-291-0/+2
* Disable mercurial.demandimport, since it breaks BzrW. Trevor King2009-12-291-2/+0
* 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
* We don't do much with Mercurial's ui, so _dispatch -> dispatchW. Trevor King2009-12-291-2/+1
* Updated Darcs backend towards supporting .children(revision).W. Trevor King2009-12-291-40/+114
* 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
* Adjust Git._vcs_isdir() to Python-2.5-compatible syntaxW. Trevor King2009-12-291-1/+2
* Updated Hg backend to support .children(revision).W. Trevor King2009-12-292-5/+37
* Hg storage now based off mercurial module, not 'hg' executible.W. Trevor King2009-12-292-22/+40
* Updated Git backend to support .children(revision).W. Trevor King2009-12-283-4/+26
* Fixed VCS.children() and Bzr.children() for non-None revisions.W. Trevor King2009-12-282-11/+96
* Bzr storage now based off bzrlib module, not 'bzr' executible.W. Trevor King2009-12-281-38/+76
* 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-156-12/+15
* 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