log

age author description
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
2018-05-26 Augie Fackler hgsubversion: work around loss of demandimport alias
2018-04-20 Augie Fackler svnrepo: preserve and forward intents kwarg
2018-04-20 Augie Fackler cleanup: use __getitem__ instead of .changectx on localrepo
2018-04-20 Augie Fackler wrappers: revpair returns contexts now
2018-03-24 Augie Fackler Added signature for changeset b303c9414190
2018-03-24 Augie Fackler Added tag 1.9.1 for changeset b303c9414190
2018-03-24 Augie Fackler subvertpy: same tweak to fsfs configuration as in swig 1.9.1
2018-03-24 Augie Fackler testedwith: include hg 4.5
2018-03-24 Augie Fackler svnwrap: configure fsfs.conf when using swig bindings
2018-03-24 Augie Fackler cleanup: remove lots of dead imports and code found by pyflakes
2018-03-24 Augie Fackler wrappers: adapt to introduction of logcmdutil package in hg
2018-03-24 Augie Fackler svnexternals: clean up some trailing whitespace
2018-03-24 Augie Fackler cleanup: reference Abort from mercurial.error instead of mercurial.util
2018-03-24 Augie Fackler externals: correctly enable hgsubversion externals support during tests
2018-03-24 Augie Fackler configitems: register hgsubversion subrepo configitem
2018-03-24 Augie Fackler test_util: modernize writing of hgrc
2018-03-24 Augie Fackler wrappers: cope with removal of text= kwarg on vfs
2017-12-22 Jun Wu sqliterevmap: break ".hashes()" cycle in a safer way
2017-12-19 Jun Wu compathacks: be compatible with upstream 8a0cac20a1ad memfilectx change
2017-12-19 Jun Wu revset: fix ordering issue of "svnrev()"
2017-12-19 Jun Wu revset: make "fromsvn()" lazy
2017-12-19 Jun Wu help: reword revmapimpl text
2017-12-05 Jun Wu test_unaffected_core: be compatible with upstream change
2017-11-02 Augie Fackler Added signature for changeset 08ea19b989c3
2017-11-02 Augie Fackler Added tag 1.9 for changeset 08ea19b989c3
2017-11-02 Augie Fackler testedwith: add hg 4.4 1.9
2017-10-29 Augie Fackler test_util: make developer warnings cause our tests to fail
2017-10-29 Augie Fackler config: don't use the config registrar on hg that lacks dynamicdefault
2017-10-29 Augie Fackler tests: when making a `memctx`, make sure to use a single repo instance
2017-10-26 Augie Fackler hgsubversion: cope with configitem registration soft-required by hg 4.4
2017-10-26 Augie Fackler svnrepo: use configlist instead of rolling it ourselves
2017-10-26 Augie Fackler svnrepo: move password_stores config to a property
2017-10-26 Augie Fackler svnmeta: specify default for revmapimpl config option
2017-10-26 Augie Fackler test_urls: correctly use test_util.testui instead of ui.ui
2017-10-26 Augie Fackler wrappers: add some missing lock/wlock grabbing
2017-10-26 Augie Fackler svnrepo: wrap too-wide abort message
2017-08-31 Augie Fackler hg: prune old unsupported versions
2017-09-01 Augie Fackler meta: more forceutf8 love, this time on subdir handling
2017-08-31 Augie Fackler subvertpy: ensure paths are really always bytes
2017-08-31 Augie Fackler meta: force date and extra fields to be purely bytes
2017-08-31 Augie Fackler meta: force user and message to be bytes