Fix len(char) assertion typo in libbe.util.utility.underlined()
[be.git] / libbe / storage /
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-02-01 W. Trevor KingMade Bzr/Darcs.version_cmp() more robust in response...
2010-02-01 W. Trevor KingFixed Chris' "zero name length for Mercurial w/o ~...
2010-01-29 W. Trevor KingMerged some new bugs and be-xml-to-mbox extra_strings fix
2010-01-28 W. Trevor KingAdd some workarounds for older bzrlibs. Tested on...
2010-01-28 W. Trevor KingWork around "bzr ls --non-recursive PATH : no list...
2010-01-28 W. Trevor KingFix bzrlib.builtins.cmd_cat() output for pre 1.6.0...
2010-01-28 W. Trevor KingFix bzrlib.builtins.cmd_ls() recursion argument for...
2010-01-27 W. Trevor KingImplement Arch._vcs_path()
2010-01-27 W. Trevor KingImplement Arch._vcs_changed().
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-27 W. Trevor KingMerged be.auth, adding "--auth" to `be serve`
2010-01-27 W. Trevor KingStreamlined libbe.command.serve, adding --auth option...
2010-01-25 W. Trevor KingRework fix for #bea/8fc# : be crashes on outdated id...
2010-01-25 W. Trevor KingDon't print 'Multiple paths' message on cache regen
2010-01-25 W. Trevor KingFixed #bea/8fc# : be crashes on outdated id-cache
2010-01-23 W. Trevor KingFixed some bugs in settings_object handling and got...
2010-01-23 W. Trevor KingAdded testSimplePropertySetStorageSave and relavant...
2010-01-22 W. Trevor KingAdd Bzr._vcs_exists() anyway :p
2010-01-22 W. Trevor KingWe don't need VCS._vcs_exists yet, with exists only...
2010-01-22 W. Trevor KingAdd VCS._exists(), VCS.path(). Fix default handling...
2010-01-22 W. Trevor KingAdded _EMPTY and Storage.exists() to libbe.storage...
2010-01-22 W. Trevor KingReworked settings_object module, but command.init tests...
2010-01-22 W. Trevor KingAdded unprimableVal option to primed_property.
2010-01-21 W. Trevor KingMerge assorted bugfixes and optimizations.
2010-01-21 W. Trevor KingUpdate libbe.storage.util.settings_object tests for...
2010-01-21 W. Trevor KingFix version import for mercurial <= 1.1.2
2010-01-21 W. Trevor KingFix not-yet-loaded bug in SavedSettingsObject._get_save...
2010-01-20 W. Trevor KingAdjust to modern mercurial version definition.
2010-01-20 W. Trevor KingFix _u_rel_path problems in VCS._children
2010-01-19 W. Trevor KingUse relative paths *._vcs_* methods.
2010-01-19 W. Trevor KingMerged be.faster-diff branch, fixing #bea/ed5#.
2010-01-19 W. Trevor KingBetter error messages in VCS._get
2010-01-19 W. Trevor KingWork around the extra output of `tla file-find` to...
2010-01-19 W. Trevor KingWork around Mercurial issue618 in Arch backend.
2010-01-18 W. Trevor KingAdded changed() support for Darcs
2010-01-18 W. Trevor KingAdd .changed support to HTTP storage backend.
2010-01-18 W. Trevor KingAdd ancestors support to HTTP storage
2010-01-18 W. Trevor KingAdd .changed() support to Hg
2010-01-18 W. Trevor KingFix VCS doctest for +revision InvalidID error message
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 KingAdjust VCSTestCase method docstrings for unittest.
2010-01-18 W. Trevor KingAdded VCS._ancestors
2010-01-18 W. Trevor KingAdded Storage.ancestors
2010-01-18 W. Trevor KingIgnore paths with _u_path_to_id errors in VCS.changed
2010-01-18 W. Trevor KingAdd .changed() support to Bzr
2010-01-18 W. Trevor KingAdd .changed() support to Git
2010-01-18 W. Trevor KingAdd .changed() support to VCS
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 KingFixed update_copyright.py's subproc import and updated...
2010-01-01 W. Trevor KingFixed commit handling in commands.serve and storage...
2010-01-01 W. Trevor KingUse more kwargs in libbe.command.serve
2010-01-01 W. Trevor KingFixed some stupid typos in libbe/storage/http.py
2010-01-01 W. Trevor KingAdded libbe.command.serve and libbe.storage.http for...
2010-01-01 W. Trevor KingHand nonexistent paths in VCS._u_search_parent_director...
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 KingCorrect for possible directory changes in mercurial...
2009-12-30 W. Trevor KingDisable mercurial.demandimport, since it breaks Bzr
2009-12-30 W. Trevor KingUse ._vcs_is_versioned() in VCS._children()
2009-12-30 W. Trevor KingFixed make_*_testcase_subclasses() to avoid duplication.
2009-12-30 W. Trevor KingWe don't do much with Mercurial's ui, so _dispatch...
2009-12-29 W. Trevor KingUpdated Darcs backend towards supporting .children...
2009-12-29 W. Trevor KingAdded an additional VCS._u_rel_path() unittest.
2009-12-29 W. Trevor KingAdded root directory handling to VCS._u_rel_path().
2009-12-29 W. Trevor KingAdjust Git._vcs_isdir() to Python-2.5-compatible syntax
2009-12-29 W. Trevor KingUpdated Hg backend to support .children(revision).
2009-12-29 W. Trevor KingHg storage now based off mercurial module, not 'hg...
2009-12-28 W. Trevor KingUpdated Git backend to support .children(revision).
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 KingBzr storage now based off bzrlib module, not 'bzr'...
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-27 W. Trevor KingFixed libbe.storage.util.upgrade
2009-12-15 W. Trevor KingFixed libbe.command.diff + ugly BugDir.duplicate_bugdir...
2009-12-14 W. Trevor KingTransitioned comment to Command format
2009-12-14 W. Trevor KingTransitioned init to Command format
2009-12-14 W. Trevor KingThe VCS storage backends are all mostly working now.
2009-12-14 W. Trevor KingMoved Arch over to Storage format
2009-12-14 W. Trevor KingMove Darcs over to Storage format.
2009-12-14 W. Trevor KingCheck for repo existence before initializing VCS
2009-12-14 W. Trevor KingAdjust Bzr._vcs_revision_id for 1-indexed revision...
2009-12-14 W. Trevor KingAdjust Hg._vcs_revision_id for 1-indexed revision ids.
2009-12-14 W. Trevor KingDon't require new revisions on empty commits.
2009-12-14 W. Trevor KingWork around mercurial (hg) issue 618.
2009-12-13 W. Trevor KingDon't regexp out the short-revid in Git._vcs_commit()
next