log

age author description
2018-11-15 Pulkit Goyal README: update links and mercurial version supported
2018-11-20 Pulkit Goyal util: add visitdir() and visitchildrenset() to PrefixMatch
2018-11-13 Pulkit Goyal hgsubversion: drop some compat code for hg < 3.3
2018-11-03 Augie Fackler Added signature for changeset 207a0f26f797
2018-11-03 Augie Fackler Added tag 1.9.3 for changeset 207a0f26f797
2018-11-03 Augie Fackler test_rebuildmeta: hg48 is picky about this value being a str and not int 1.9.3
2018-11-03 Augie Fackler templatekw: make portable to hg48
2018-11-03 Augie Fackler testedwith: declare support for hg 4.8
2018-11-03 Augie Fackler tox: update tested versions
2018-10-31 Pulkit Goyal tests: make output comaptible with hash changes in hg-4.8
2018-10-29 Augie Fackler merge old hg fix
2018-09-21 Bernhard F.W. Gschaider The Mercurial 4.5 that comes with Ubuntu doesn't have this parameter
2018-10-24 Pulkit Goyal util: add _relativeuipath attribute to PrefixMatch
2018-10-24 Pulkit Goyal test: add compat code for removed revlog.LookupError in test_push_command.py
2018-10-24 Pulkit Goyal svnrepo: preserve and forward createopts kwarg
2018-08-06 Ivan Lezhankin wrappers: lock the repo for the whole pull operation
2018-08-06 Ivan Lezhankin hgsubversion: make the 'rev' argument a list type
2018-08-03 Pulkit Goyal hgsubversion: fix something which looks like a cycle
2018-08-03 Pulkit Goyal hgsubversion: add 4.7 to list of supported mercurial
2018-07-26 Pulkit Goyal tests: use repo['.'] instead of repo to check whether file exists
2018-07-26 Pierre-Yves David test: prefill more early options
2018-07-23 Pulkit Goyal hgsubversion: add 4.6 to testedwith value
2018-05-28 Augie Fackler Added signature for changeset bb09e8a230d6
2018-05-28 Augie Fackler Added tag 1.9.2 for changeset bb09e8a230d6
2018-05-28 Augie Fackler wrappers: fix old versions of hg without breaking 4.6 1.9.2
2018-05-27 Augie Fackler compathacks: deal with removed aliases in mercurial.util
2018-05-25 Paul Morelle svnrepo: implement commandexecutor for hg 4.6
2018-05-25 Paul Morelle tests: use scmutils.revsymbol instead of repo.__getitem__ for non-integers
2018-05-26 Augie Fackler test_util: hg.clone now wants revs not rev
2018-05-26 Augie Fackler tox: add hg 4.6 environment