Transition to libbe.LOG for logging
[be.git] / libbe / storage / vcs / base.py
2013-01-24 W. Trevor KingTransition to libbe.LOG for logging
2012-10-26 W. Trevor Kingdoc: update :data: to :py:data: for modern Sphinx.
2012-10-26 W. Trevor Kingdoc: update :class: to :py:class: for modern Sphinx.
2012-10-26 W. Trevor Kingstorage:vcs:base: avoid `is not a item name` Sphinx...
2012-10-26 W. Trevor Kingdoc: update :mod: to :py:mod: for modern Sphinx.
2012-10-16 W. Trevor KingRan update-copyright.py.
2012-09-13 W. Trevor Kingstorage:vcs:base: fix _gets_ -> _get_ typo in test_gets...
2012-09-13 W. Trevor Kingstorage:vcs:base: fix realtive -> relative typo in...
2012-09-03 W. Trevor Kingbea/c283cb: merge Praveen's gitorious-issues integratio...
2012-09-03 W. Trevor Kingmisc:completion: merge zsh completion from Markus Vock.
2012-08-28 W. Trevor KingAllow symlinks in bugdir directories.
2012-02-16 W. Trevor KingRan update-copyright.py.
2012-01-02 Chris BallMerge www.physics.drexel.edu/~wking/code/git/be
2011-11-14 W. Trevor KingFix my busted 1512c0e2a64e patch to libbe/util/encoding.py.
2011-09-08 W. Trevor KingMerge remote branch 'tanguy/master'
2011-09-08 W. Trevor KingMove Bzr.version_cmp to VCS.version_cmp.
2011-05-12 W. Trevor KingUse open() instead of file() in CachedPathID doctests...
2011-05-12 W. Trevor KingRemove form feeds (for compatibility with 2to3).
2011-04-16 W. Trevor KingMerge remote branch 'cooper/master'
2011-04-14 W. Trevor KingAdd libbe.ui.util.user.get_fallback_fullname() and...
2011-02-24 W. Trevor KingWork around bzr filelocking issue on Windows.
2011-01-09 Chris BallMerge commit 'refs/merge-requests/3' of git://gitorious...
2011-01-09 Chris BallBumped to version 1.0.0 1.0.0
2010-09-06 W. Trevor KingStrip all whitespace from right side of the VCS storage...
2010-09-05 W. Trevor KingRemove useless children[i] from libbe.storage.vcs.base...
2010-09-05 W. Trevor KingDon't assume len(os.path.sep) == 1 in libbe.storage...
2010-06-26 W. Trevor KingAdd a Storage driver for the Monotone VCS
2010-06-26 W. Trevor KingRemoved libbe.storage.vcs.base._get_version
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 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