Adjust Mercurial execution so it works with version 1.9 and earlier.
[be.git] / libbe / storage / vcs / hg.py
2011-09-08 W. Trevor KingAdjust Mercurial execution so it works with version...
2011-09-08 W. Trevor KingMerge remote branch 'pschumms/master'
2011-07-28 Phil SchummFixed problem with Hg support under version 1.9 (mercur...
2011-05-25 W. Trevor KingRun update_copyright.py.
2011-05-12 W. Trevor KingRemove form feeds (for compatibility with 2to3).
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-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-02-01 W. Trevor KingFixed Chris' "zero name length for Mercurial w/o ~...
2010-01-21 W. Trevor KingMerge assorted bugfixes and optimizations.
2010-01-21 W. Trevor KingFix version import for mercurial <= 1.1.2
2010-01-20 W. Trevor KingAdjust to modern mercurial version definition.
2010-01-19 W. Trevor KingMerged be.faster-diff branch, fixing #bea/ed5#.
2010-01-18 W. Trevor KingAdd .changed() support to Hg
2010-01-18 W. Trevor KingAdded VCS._u_find_id_from_manifest for faster id->path...
2010-01-01 W. Trevor KingUpdated copyright information
2009-12-31 W. Trevor KingMerged be.restructure, major internal reorganization.
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 KingWe don't do much with Mercurial's ui, so _dispatch...
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-15 W. Trevor KingFixed libbe.command.diff + ugly BugDir.duplicate_bugdir...
2009-12-14 W. Trevor KingAdjust Hg._vcs_revision_id for 1-indexed revision ids.
2009-12-14 W. Trevor KingWork around mercurial (hg) issue 618.
2009-12-13 W. Trevor KingFix Git._vcs_revision_id() offset bug.
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 King.bzr transition.
2009-12-13 W. Trevor KingMore fixes for libbe.storage.vcs.hg + .git transition.
2009-12-13 W. Trevor KingConverted libbe.storage.vcs.hg to new Storage format.
2009-12-08 W. Trevor KingInitial directory restructuring to clarify dependencies