aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/storage
Commit message (Expand)AuthorAgeFilesLines
* 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-282-17/+34
* Moved InvalidStorageVersion from libbe.command to libbe.storageW. Trevor King2009-12-273-7/+24
* Added storage.Storage.storage_version() and command.InvalidStorageVersion.W. Trevor King2009-12-274-24/+33
* Fixed libbe.storage.util.upgradeW. Trevor King2009-12-272-72/+164
* Fixed libbe.command.diff + ugly BugDir.duplicate_bugdir implementationW. Trevor King2009-12-1511-55/+73
* Transitioned comment to Command formatW. Trevor King2009-12-142-7/+8
* Transitioned init to Command formatW. Trevor King2009-12-141-4/+6
* The VCS storage backends are all mostly working now.W. Trevor King2009-12-132-3/+1
* Moved Arch over to Storage formatW. Trevor King2009-12-132-83/+135
* Move Darcs over to Storage format.W. Trevor King2009-12-132-74/+96
* Check for repo existence before initializing VCSW. Trevor King2009-12-131-2/+4
* Adjust Bzr._vcs_revision_id for 1-indexed revision ids.W. Trevor King2009-12-131-1/+1
* Adjust Hg._vcs_revision_id for 1-indexed revision ids.W. Trevor King2009-12-131-0/+2
* Don't require new revisions on empty commits.W. Trevor King2009-12-131-4/+7
* Work around mercurial (hg) issue 618.W. Trevor King2009-12-131-1/+13
* Don't regexp out the short-revid in Git._vcs_commit()W. Trevor King2009-12-131-8/+2
* Fix Git._vcs_revision_id() offset bug.W. Trevor King2009-12-133-6/+13
* Handle non-int args to VCS.revision_id at the VCS level.W. Trevor King2009-12-132-4/+5
* Adjust Hg._vcs_revision_id to bail cleanly on non-int revidsW. Trevor King2009-12-132-0/+5
* Use detect rather than catching errors in _vcs_root().W. Trevor King2009-12-132-56/+11
* .bzr transition.W. Trevor King2009-12-133-37/+58
* More fixes for libbe.storage.vcs.hg + .git transition.W. Trevor King2009-12-133-58/+72
* 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-133-64/+82
* Converted libbe.storage.vcs.base to new Storage format.W. Trevor King2009-12-135-643/+651
* Moved be to libbe.ui.command_line and transitioned to Command format.W. Trevor King2009-12-121-4/+4
* Added libbe.ui.util.user for managing user ids.W. Trevor King2009-12-122-7/+6
* Moved properties.py and settings_object.py to libbe/storage/util/W. Trevor King2009-12-083-0/+13
* Transitioned bugdir.py to new storage format.W. Trevor King2009-12-083-4/+173
* Transitioned comment.py to new storage format.W. Trevor King2009-12-082-0/+0
* Use .storage.is_read/writeable() rather than .sync_with_disk() in settings_ob...W. Trevor King2009-12-081-8/+8
* Use mapfile to only create & parse mapfile strings, not filesW. Trevor King2009-12-081-10/+0
* 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
* Initial directory restructuring to clarify dependenciesW. Trevor King2009-12-0711-0/+3365