aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/storage/base.py
Commit message (Expand)AuthorAgeFilesLines
* storage:base: add tests to catch grandchildren in .children() output.W. Trevor King2012-08-231-1/+51
* Ran update-copyright.py.W. Trevor King2012-02-161-10/+10
* Run update_copyright.py.W. Trevor King2011-05-251-1/+2
* Bumped to version 1.0.01.0.0Chris Ball2011-01-081-1/+1
* Fix failure message 'X.get' -> 'X.children' in VersionedStorage test_get_prev...W. Trevor King2010-06-261-1/+1
* Ran update_copyright.pyW. Trevor King2010-06-221-11/+12
* Fixed docstrings so only Sphinx errors are "autosummary" and "missing attribute"W. Trevor King2010-02-071-4/+2
* Implement Arch._vcs_path()W. Trevor King2010-01-271-1/+1
* Fix StorageTestCase.classname -> ._classname()W. Trevor King2010-01-271-2/+2
* Make VCS error messages and Storage test failures more descriptiveW. Trevor King2010-01-271-3/+12
* Added _EMPTY and Storage.exists() to libbe.storage.base.W. Trevor King2010-01-221-12/+43
* Add class name to StorageTestCase failure reportingW. Trevor King2010-01-181-0/+17
* Added VCS._u_find_id_from_manifest for faster id->path calculationW. Trevor King2010-01-181-3/+7
* Added Storage.ancestorsW. Trevor King2010-01-181-47/+77
* Too much trouble to handle Git's lack of dir versioning in test_get_previous_...W. Trevor King2010-01-181-1/+1
* Add VersionedStorageTestCases in make_versioned_storage_testcase_subclassesW. Trevor King2010-01-181-2/+5
* Added libbe.storage.base.VersionedStorage.changed() and a test.W. Trevor King2010-01-151-5/+59
* Return a meaningful Storage.version()W. Trevor King2010-01-011-1/+2
* Updated copyright informationW. Trevor King2010-01-011-1/+15
* Track connection status to allow multiple Storage.disconnect() calls.W. Trevor King2009-12-311-4/+17
* Fixed make_*_testcase_subclasses() to avoid duplication.W. Trevor King2009-12-291-13/+15
* Fixed VCS.children() and Bzr.children() for non-None revisions.W. Trevor King2009-12-281-1/+6
* Added VersionedStorage_commit_TestCase.test_commit_revision_ids()W. Trevor King2009-12-281-0/+23
* VersionedStorage_commit_TestCase now allows for versioned files created by se...W. Trevor King2009-12-281-4/+17
* libbe.storage.vcs.base.VCS._init() now creates the '.be/version' file.W. Trevor King2009-12-281-4/+5
* Moved InvalidStorageVersion from libbe.command to libbe.storageW. Trevor King2009-12-271-1/+12
* Added storage.Storage.storage_version() and command.InvalidStorageVersion.W. Trevor King2009-12-271-0/+5
* Fixed libbe.command.diff + ugly BugDir.duplicate_bugdir implementationW. Trevor King2009-12-151-4/+6
* Don't require new revisions on empty commits.W. Trevor King2009-12-131-4/+7
* Converted libbe.storage.vcs.hg to new Storage format.W. Trevor King2009-12-131-8/+8
* Converted libbe.storage.vcs.base to new Storage format.W. Trevor King2009-12-131-33/+106
* Transitioned bugdir.py to new storage format.W. Trevor King2009-12-081-3/+16
* Extended libbe.storage.base for separate read/write control.W. Trevor King2009-12-081-36/+94
* Added libbe.storage.base and test suite.W. Trevor King2009-12-081-0/+687