Bumped to version 1.0.0
[be.git] / libbe / storage / base.py
2011-01-09 Chris BallBumped to version 1.0.0 1.0.0
2010-06-26 W. Trevor KingFix failure message 'X.get' -> 'X.children' in Versione...
2010-06-25 Chris BallMerge branch 'master' of wking.cfbe
2010-06-24 Chris BallMerge branch 'master' of physics.drexel.edu/~wking...
2010-06-23 W. Trevor KingRan update_copyright.py
2010-06-20 Chris BallMerge Steve Losh's cfbe tree, from:
2010-06-20 Chris BallMerge with Trevor.
2010-05-19 W. Trevor KingMerged Eric Kow's _darcs/prefs/author bug.
2010-03-19 W. Trevor KingMerged Anton Batenev's report of Nicolas Alvarez' unico...
2010-02-09 Gianluca MontecchiMerged Trevor's tree
2010-02-09 W. Trevor KingMerged Eric Kow's HTML escaping patch
2010-02-08 W. Trevor KingMerged initial Sphinx documentation structure.
2010-02-07 W. Trevor KingFixed docstrings so only Sphinx errors are "autosummary...
2010-01-27 W. Trevor KingImplement Arch._vcs_path()
2010-01-27 W. Trevor KingFix StorageTestCase.classname -> ._classname()
2010-01-27 W. Trevor KingMerged clarifications requested by Ben Finney
2010-01-27 W. Trevor KingMake VCS error messages and Storage test failures more...
2010-01-23 W. Trevor KingFixed some bugs in settings_object handling and got...
2010-01-22 W. Trevor KingAdded _EMPTY and Storage.exists() to libbe.storage...
2010-01-19 W. Trevor KingMerged be.faster-diff branch, fixing #bea/ed5#.
2010-01-18 W. Trevor KingAdd class name to StorageTestCase failure reporting
2010-01-18 W. Trevor KingAdded VCS._u_find_id_from_manifest for faster id->path...
2010-01-18 W. Trevor KingAdded Storage.ancestors
2010-01-18 W. Trevor KingToo much trouble to handle Git's lack of dir versioning...
2010-01-18 W. Trevor KingAdd VersionedStorageTestCases in make_versioned_storage...
2010-01-16 W. Trevor KingAdded libbe.storage.base.VersionedStorage.changed(...
2010-01-01 W. Trevor KingMerged be.html-storage
2010-01-01 W. Trevor KingReturn a meaningful Storage.version()
2010-01-01 W. Trevor KingUpdated copyright information
2009-12-31 W. Trevor KingMerged be.restructure, major internal reorganization.
2009-12-31 W. Trevor KingTrack connection status to allow multiple Storage.disco...
2009-12-30 W. Trevor KingFixed make_*_testcase_subclasses() to avoid duplication.
2009-12-28 W. Trevor KingFixed VCS.children() and Bzr.children() for non-None...
2009-12-28 W. Trevor KingAdded VersionedStorage_commit_TestCase.test_commit_revi...
2009-12-28 W. Trevor KingVersionedStorage_commit_TestCase now allows for version...
2009-12-28 W. Trevor Kinglibbe.storage.vcs.base.VCS._init() now creates the...
2009-12-27 W. Trevor KingMoved InvalidStorageVersion from libbe.command to libbe...
2009-12-27 W. Trevor KingAdded storage.Storage.storage_version() and command...
2009-12-15 W. Trevor KingFixed libbe.command.diff + ugly BugDir.duplicate_bugdir...
2009-12-14 W. Trevor KingDon't require new revisions on empty commits.
2009-12-13 W. Trevor KingConverted libbe.storage.vcs.hg to new Storage format.
2009-12-13 W. Trevor KingConverted libbe.storage.vcs.base to new Storage format.
2009-12-08 W. Trevor KingTransitioned bugdir.py to new storage format.
2009-12-08 W. Trevor KingExtended libbe.storage.base for separate read/write...
2009-12-08 W. Trevor KingAdded libbe.storage.base and test suite.