Mercurial > hgsubversion
graph
-
compathacks: drop branchset() which is compat code for hg<2.92018-11-27, by Pulkit Goyal
-
hgsubversion: drop some more code which is for compat with hg<1.62018-11-27, by Pulkit Goyal
-
README: update links and mercurial version supported2018-11-15, by Pulkit Goyal
-
util: add visitdir() and visitchildrenset() to PrefixMatch2018-11-20, by Pulkit Goyal
-
hgsubversion: drop some compat code for hg < 3.32018-11-13, by Pulkit Goyal
-
Added signature for changeset 207a0f26f7972018-11-03, by Augie Fackler
-
Added tag 1.9.3 for changeset 207a0f26f7972018-11-03, by Augie Fackler
-
test_rebuildmeta: hg48 is picky about this value being a str and not int 1.9.32018-11-03, by Augie Fackler
-
templatekw: make portable to hg482018-11-03, by Augie Fackler
-
testedwith: declare support for hg 4.82018-11-03, by Augie Fackler
-
tox: update tested versions2018-11-03, by Augie Fackler
-
tests: make output comaptible with hash changes in hg-4.82018-10-31, by Pulkit Goyal
-
merge old hg fix2018-10-29, by Augie Fackler
-
The Mercurial 4.5 that comes with Ubuntu doesn't have this parameter2018-09-21, by Bernhard F.W. Gschaider
-
util: add _relativeuipath attribute to PrefixMatch2018-10-24, by Pulkit Goyal
-
test: add compat code for removed revlog.LookupError in test_push_command.py2018-10-24, by Pulkit Goyal
-
svnrepo: preserve and forward createopts kwarg2018-10-24, by Pulkit Goyal
-
wrappers: lock the repo for the whole pull operation2018-08-06, by Ivan Lezhankin
-
hgsubversion: make the 'rev' argument a list type2018-08-06, by Ivan Lezhankin
-
hgsubversion: fix something which looks like a cycle2018-08-03, by Pulkit Goyal
-
hgsubversion: add 4.7 to list of supported mercurial2018-08-03, by Pulkit Goyal
-
tests: use repo['.'] instead of repo to check whether file exists2018-07-26, by Pulkit Goyal
-
test: prefill more early options2018-07-26, by Pierre-Yves David
-
hgsubversion: add 4.6 to testedwith value2018-07-23, by Pulkit Goyal
-
Added signature for changeset bb09e8a230d62018-05-28, by Augie Fackler
-
Added tag 1.9.2 for changeset bb09e8a230d62018-05-28, by Augie Fackler
-
compathacks: deal with removed aliases in mercurial.util2018-05-27, by Augie Fackler
-
svnrepo: implement commandexecutor for hg 4.62018-05-25, by Paul Morelle
-
tests: use scmutils.revsymbol instead of repo.__getitem__ for non-integers2018-05-25, by Paul Morelle
-
test_util: hg.clone now wants revs not rev2018-05-26, by Augie Fackler
-
tox: add hg 4.6 environment2018-05-26, by Augie Fackler
-
hgsubversion: work around loss of demandimport alias2018-05-26, by Augie Fackler
-
svnrepo: preserve and forward intents kwarg2018-04-20, by Augie Fackler
-
cleanup: use __getitem__ instead of .changectx on localrepo2018-04-20, by Augie Fackler
-
wrappers: revpair returns contexts now2018-04-20, by Augie Fackler
-
Added signature for changeset b303c94141902018-03-24, by Augie Fackler
-
Added tag 1.9.1 for changeset b303c94141902018-03-24, by Augie Fackler
-
testedwith: include hg 4.52018-03-24, by Augie Fackler
-
svnwrap: configure fsfs.conf when using swig bindings2018-03-24, by Augie Fackler
-
cleanup: remove lots of dead imports and code found by pyflakes2018-03-24, by Augie Fackler
-
wrappers: adapt to introduction of logcmdutil package in hg2018-03-24, by Augie Fackler
-
svnexternals: clean up some trailing whitespace2018-03-24, by Augie Fackler
-
cleanup: reference Abort from mercurial.error instead of mercurial.util2018-03-24, by Augie Fackler
-
externals: correctly enable hgsubversion externals support during tests2018-03-24, by Augie Fackler
-
configitems: register hgsubversion subrepo configitem2018-03-24, by Augie Fackler
-
test_util: modernize writing of hgrc2018-03-24, by Augie Fackler
-
wrappers: cope with removal of text= kwarg on vfs2018-03-24, by Augie Fackler
-
sqliterevmap: break ".hashes()" cycle in a safer way2017-12-22, by Jun Wu
-
compathacks: be compatible with upstream 8a0cac20a1ad memfilectx change2017-12-19, by Jun Wu
-
revset: fix ordering issue of "svnrev()"2017-12-19, by Jun Wu
-
revset: make "fromsvn()" lazy2017-12-19, by Jun Wu
-
help: reword revmapimpl text2017-12-19, by Jun Wu
-
test_unaffected_core: be compatible with upstream change2017-12-05, by Jun Wu
-
Added signature for changeset 08ea19b989c32017-11-02, by Augie Fackler
-
Added tag 1.9 for changeset 08ea19b989c32017-11-02, by Augie Fackler
-
test_util: make developer warnings cause our tests to fail2017-10-29, by Augie Fackler
-
config: don't use the config registrar on hg that lacks dynamicdefault2017-10-29, by Augie Fackler
-
tests: when making a `memctx`, make sure to use a single repo instance2017-10-29, by Augie Fackler
-
hgsubversion: cope with configitem registration soft-required by hg 4.42017-10-26, by Augie Fackler
-
svnrepo: use configlist instead of rolling it ourselves2017-10-26, by Augie Fackler
-
svnrepo: move password_stores config to a property2017-10-26, by Augie Fackler
-
svnmeta: specify default for revmapimpl config option2017-10-26, by Augie Fackler
-
test_urls: correctly use test_util.testui instead of ui.ui2017-10-26, by Augie Fackler
-
wrappers: add some missing lock/wlock grabbing2017-10-26, by Augie Fackler
-
svnrepo: wrap too-wide abort message2017-10-26, by Augie Fackler
-
hg: prune old unsupported versions2017-08-31, by Augie Fackler
-
meta: more forceutf8 love, this time on subdir handling2017-09-01, by Augie Fackler
-
subvertpy: ensure paths are really always bytes2017-08-31, by Augie Fackler
-
meta: force date and extra fields to be purely bytes2017-08-31, by Augie Fackler
-
meta: force user and message to be bytes2017-08-31, by Augie Fackler
-
util: add method for forcing unicode objects back to utf8 bytes2017-08-31, by Augie Fackler
-
svnwrap: work around getting a bytearray instead of a string in SimpleStringIO2017-08-31, by Augie Fackler
-
svnwrap: clean up whitespace in common2017-08-31, by Augie Fackler
-
tox: update hg version list2017-08-31, by Augie Fackler
-
test_push_command: deal with gethostname() sometimes returning bad hostnames2017-10-25, by Augie Fackler
-
util: don't assume that converted rev is an svn rev2017-10-24, by Mateusz Kwapich
-
revset: accept additional arguments2017-08-28, by Jun Wu
-
svnrepo: update with the latest upstream change2017-08-21, by Jun Wu
-
maps: handle sqlite lock error triggered by PRAGMA statements2017-08-11, by Jun Wu
-
test: enable devel.all-warnings2017-08-08, by Jun Wu
-
push: lock repo before calling createmarkers2017-08-08, by Jun Wu
-
subrepo: add missing arg to dirty()2017-07-11, by Durham Goode
-
subrepo: refactor dirty() to be cleaner2017-07-11, by Durham Goode
-
obsolete: support obsolete.isenabled2017-06-28, by Durham Goode
-
commands: fix command option registering2017-05-24, by Durham Goode
-
replay: fix tests2017-06-07, by Stanislau Hlebik
-
tests: add dir_removal to the list of repos that are meaningless in standard2017-05-30, by Augie Fackler
-
svnwrap: don't add paths to revision outside of subdir2017-05-23, by Ivan Lezhankin
-
test_push_command: avoid letting interface name in IPv6 address2017-05-29, by Augie Fackler
-
test_push_command: bias towards IPv4 to work around gremlins on macOS2017-05-29, by Augie Fackler
-
commands: fix registrar check2017-05-23, by Durham Goode
-
commands: update to work with new registrar.commands()2017-05-22, by Durham Goode
-
clone: add try/finally to unwrap2017-05-09, by Durham Goode
-
join: remove uses of repo.join/wjoin2017-05-09, by Durham Goode
-
util: return baseset instead of plain list from revset2017-04-21, by Arun Kulshreshtha
-
tests: fix ipv6 support in test_push_command.py2017-04-10, by Arun Kulshreshtha
-
tox: give up on Mercurial older than 3.22017-02-12, by Augie Fackler
-
tox: add more hg versions for testing2017-02-12, by Augie Fackler
-
Merge default heads.2017-02-12, by Augie Fackler
-
Merge with stable.2017-02-12, by Augie Fackler
-
findcommonoutgoing: adapt to change to take a repo rather than changelog stable 1.8.72017-02-12, by Augie Fackler
-
testui: set a username so recording obsolete markers doesn't break stable2017-02-12, by Augie Fackler
-
fix tests2016-10-10, by Stanislau Hlebik
-
test_revmap_migrate: restore revmap class in tearDown2016-07-26, by Jun Wu
-
SqliteRevMap: wait indefinitely for database lock2016-07-19, by Jun Wu
-
Merge with stable.2016-06-27, by Augie Fackler