Merged Eric Kow's HTML escaping patch
[be.git] / libbe / storage / vcs / base.py
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 KingMerged clarifications requested by Ben Finney
2010-01-27 W. Trevor KingMake VCS error messages and Storage test failures more...
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-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-21 W. Trevor KingMerge assorted bugfixes and optimizations.
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-18 W. Trevor KingFix VCS doctest for +revision InvalidID error message
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 KingIgnore paths with _u_path_to_id errors in VCS.changed
2010-01-18 W. Trevor KingAdd .changed() support to VCS
2010-01-01 W. Trevor KingMerged be.html-storage
2010-01-01 W. Trevor KingUse more kwargs in libbe.command.serve
2010-01-01 W. Trevor KingHand nonexistent paths in VCS._u_search_parent_director...
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 KingUse ._vcs_is_versioned() in VCS._children()
2009-12-30 W. Trevor KingFixed make_*_testcase_subclasses() to avoid duplication.
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 KingUpdated Hg backend to support .children(revision).
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 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 KingCheck for repo existence before initializing VCS
2009-12-13 W. Trevor KingHandle non-int args to VCS.revision_id at the VCS level.
2009-12-13 W. Trevor KingAdjust Hg._vcs_revision_id to bail cleanly on non-int...
2009-12-13 W. Trevor KingUse detect rather than catching errors in _vcs_root().
2009-12-13 W. Trevor KingMore fixes for libbe.storage.vcs.hg + .git transition.
2009-12-13 W. Trevor KingFixes to get libbe.storage.vcs.hg passing tests.
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-12 W. Trevor KingAdded libbe.ui.util.user for managing user ids.
2009-12-08 W. Trevor KingTransitioned bugdir.py to new storage format.
2009-12-08 W. Trevor KingInitial directory restructuring to clarify dependencies