aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/storage/base.py
Commit message (Expand)AuthorAgeFilesLines
* 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