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