aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/storage/vcs/hg.py
Commit message (Expand)AuthorAgeFilesLines
* doc: update :class: to :py:class: for modern Sphinx.W. Trevor King2012-10-261-1/+1
* Ran update-copyright.py.W. Trevor King2012-10-161-1/+1
* storage:vcs:hg: remove grandchildren from Hg._vcs_listdir.W. Trevor King2012-08-231-1/+4
* storage:vcs:hg: fix missformed file_a -> file_b message typo.W. Trevor King2012-08-231-1/+1
* Ran update-copyright.py.W. Trevor King2012-02-161-10/+10
* Ran update_copyright.py.W. Trevor King2011-11-091-0/+1
* Oops, that forgot the equals part of Mercurial 1.9 or greater.W. Trevor King2011-09-071-1/+1
* Adjust Mercurial execution so it works with version 1.9 and earlier.W. Trevor King2011-09-071-3/+9
* Fixed problem with Hg support under version 1.9 (mercurial.dispatch.dispatch(...Phil Schumm2011-07-281-6/+4
* Run update_copyright.py.W. Trevor King2011-05-251-0/+1
* Remove form feeds (for compatibility with 2to3).W. Trevor King2011-05-121-1/+1
* Bumped to version 1.0.01.0.0Chris Ball2011-01-081-1/+2
* Ran update_copyright.pyW. Trevor King2010-06-221-12/+13
* Fixed docstrings so only Sphinx errors are "autosummary" and "missing attribute"W. Trevor King2010-02-071-40/+46
* Fixed Chris' "zero name length for Mercurial w/o ~/.hgrc" bug.W. Trevor King2010-02-011-1/+5
* Fix version import for mercurial <= 1.1.2W. Trevor King2010-01-211-1/+1
* Adjust to modern mercurial version definition.W. Trevor King2010-01-201-3/+13
* Add .changed() support to HgW. Trevor King2010-01-181-0/+71
* Added VCS._u_find_id_from_manifest for faster id->path calculationW. Trevor King2010-01-181-17/+3
* Updated copyright informationW. Trevor King2010-01-011-1/+1
* Correct for possible directory changes in mercurial.dispatch.dispatch()W. Trevor King2009-12-291-0/+2
* Disable mercurial.demandimport, since it breaks BzrW. Trevor King2009-12-291-2/+0
* We don't do much with Mercurial's ui, so _dispatch -> dispatchW. Trevor King2009-12-291-2/+1
* Updated Hg backend to support .children(revision).W. Trevor King2009-12-291-1/+32
* Hg storage now based off mercurial module, not 'hg' executible.W. Trevor King2009-12-291-21/+39
* Fixed libbe.command.diff + ugly BugDir.duplicate_bugdir implementationW. Trevor King2009-12-151-1/+1
* Adjust Hg._vcs_revision_id for 1-indexed revision ids.W. Trevor King2009-12-131-0/+2
* Work around mercurial (hg) issue 618.W. Trevor King2009-12-131-1/+13
* Fix Git._vcs_revision_id() offset bug.W. Trevor King2009-12-131-2/+2
* Handle non-int args to VCS.revision_id at the VCS level.W. Trevor King2009-12-131-4/+0
* Adjust Hg._vcs_revision_id to bail cleanly on non-int revidsW. Trevor King2009-12-131-0/+4
* Use detect rather than catching errors in _vcs_root().W. Trevor King2009-12-131-6/+1
* .bzr transition.W. Trevor King2009-12-131-1/+4
* More fixes for libbe.storage.vcs.hg + .git transition.W. Trevor King2009-12-131-0/+7
* Converted libbe.storage.vcs.hg to new Storage format.W. Trevor King2009-12-131-34/+39
* Initial directory restructuring to clarify dependenciesW. Trevor King2009-12-071-0/+108