log

age author description
Mon, 28 May 2018 13:37:42 -0400 Augie Fackler Added signature for changeset bb09e8a230d6
Mon, 28 May 2018 13:37:37 -0400 Augie Fackler Added tag 1.9.2 for changeset bb09e8a230d6
Mon, 28 May 2018 13:37:15 -0400 Augie Fackler wrappers: fix old versions of hg without breaking 4.6 1.9.2
Sun, 27 May 2018 00:29:38 -0400 Augie Fackler compathacks: deal with removed aliases in mercurial.util
Fri, 25 May 2018 15:25:53 +0200 Paul Morelle svnrepo: implement commandexecutor for hg 4.6
Fri, 25 May 2018 11:52:03 +0200 Paul Morelle tests: use scmutils.revsymbol instead of repo.__getitem__ for non-integers
Sat, 26 May 2018 17:35:27 -0400 Augie Fackler test_util: hg.clone now wants revs not rev
Sat, 26 May 2018 17:34:14 -0400 Augie Fackler tox: add hg 4.6 environment
Sat, 26 May 2018 17:33:10 -0400 Augie Fackler hgsubversion: work around loss of demandimport alias
Fri, 20 Apr 2018 15:47:29 -0400 Augie Fackler svnrepo: preserve and forward intents kwarg
Fri, 20 Apr 2018 15:47:08 -0400 Augie Fackler cleanup: use __getitem__ instead of .changectx on localrepo
Fri, 20 Apr 2018 15:46:29 -0400 Augie Fackler wrappers: revpair returns contexts now
Sat, 24 Mar 2018 18:24:04 -0400 Augie Fackler Added signature for changeset b303c9414190
Sat, 24 Mar 2018 18:23:54 -0400 Augie Fackler Added tag 1.9.1 for changeset b303c9414190
Sat, 24 Mar 2018 18:23:08 -0400 Augie Fackler subvertpy: same tweak to fsfs configuration as in swig 1.9.1
Sat, 24 Mar 2018 17:17:36 -0400 Augie Fackler testedwith: include hg 4.5
Sat, 24 Mar 2018 17:16:08 -0400 Augie Fackler svnwrap: configure fsfs.conf when using swig bindings
Sat, 24 Mar 2018 17:04:19 -0400 Augie Fackler cleanup: remove lots of dead imports and code found by pyflakes
Sat, 24 Mar 2018 16:57:49 -0400 Augie Fackler wrappers: adapt to introduction of logcmdutil package in hg
Sat, 24 Mar 2018 16:39:58 -0400 Augie Fackler svnexternals: clean up some trailing whitespace
Sat, 24 Mar 2018 16:39:30 -0400 Augie Fackler cleanup: reference Abort from mercurial.error instead of mercurial.util
Sat, 24 Mar 2018 15:44:11 -0400 Augie Fackler externals: correctly enable hgsubversion externals support during tests
Sat, 24 Mar 2018 15:42:07 -0400 Augie Fackler configitems: register hgsubversion subrepo configitem
Sat, 24 Mar 2018 15:41:46 -0400 Augie Fackler test_util: modernize writing of hgrc
Sat, 24 Mar 2018 15:16:11 -0400 Augie Fackler wrappers: cope with removal of text= kwarg on vfs
Thu, 21 Dec 2017 17:39:52 -0800 Jun Wu sqliterevmap: break ".hashes()" cycle in a safer way
Tue, 19 Dec 2017 14:29:55 -0800 Jun Wu compathacks: be compatible with upstream 8a0cac20a1ad memfilectx change
Tue, 19 Dec 2017 14:19:00 -0800 Jun Wu revset: fix ordering issue of "svnrev()"
Tue, 19 Dec 2017 14:18:01 -0800 Jun Wu revset: make "fromsvn()" lazy
Tue, 19 Dec 2017 11:59:09 -0800 Jun Wu help: reword revmapimpl text
Mon, 04 Dec 2017 18:13:00 -0800 Jun Wu test_unaffected_core: be compatible with upstream change
Wed, 01 Nov 2017 22:49:51 -0400 Augie Fackler Added signature for changeset 08ea19b989c3
Wed, 01 Nov 2017 22:49:45 -0400 Augie Fackler Added tag 1.9 for changeset 08ea19b989c3
Wed, 01 Nov 2017 22:37:11 -0400 Augie Fackler testedwith: add hg 4.4 1.9
Sun, 29 Oct 2017 09:07:12 -0400 Augie Fackler test_util: make developer warnings cause our tests to fail
Sun, 29 Oct 2017 09:06:57 -0400 Augie Fackler config: don't use the config registrar on hg that lacks dynamicdefault
Sat, 28 Oct 2017 21:34:52 -0400 Augie Fackler tests: when making a `memctx`, make sure to use a single repo instance
Wed, 25 Oct 2017 22:06:40 -0400 Augie Fackler hgsubversion: cope with configitem registration soft-required by hg 4.4
Wed, 25 Oct 2017 22:57:29 -0400 Augie Fackler svnrepo: use configlist instead of rolling it ourselves
Wed, 25 Oct 2017 22:11:15 -0400 Augie Fackler svnrepo: move password_stores config to a property
Wed, 25 Oct 2017 22:10:05 -0400 Augie Fackler svnmeta: specify default for revmapimpl config option
Wed, 25 Oct 2017 22:07:53 -0400 Augie Fackler test_urls: correctly use test_util.testui instead of ui.ui
Wed, 25 Oct 2017 20:46:54 -0400 Augie Fackler wrappers: add some missing lock/wlock grabbing
Wed, 25 Oct 2017 22:10:22 -0400 Augie Fackler svnrepo: wrap too-wide abort message
Thu, 31 Aug 2017 01:19:56 -0400 Augie Fackler hg: prune old unsupported versions
Thu, 31 Aug 2017 23:02:40 -0400 Augie Fackler meta: more forceutf8 love, this time on subdir handling
Thu, 31 Aug 2017 01:19:11 -0400 Augie Fackler subvertpy: ensure paths are really always bytes
Thu, 31 Aug 2017 01:18:48 -0400 Augie Fackler meta: force date and extra fields to be purely bytes
Thu, 31 Aug 2017 01:18:19 -0400 Augie Fackler meta: force user and message to be bytes
Thu, 31 Aug 2017 00:45:27 -0400 Augie Fackler util: add method for forcing unicode objects back to utf8 bytes
Wed, 30 Aug 2017 23:58:15 -0400 Augie Fackler svnwrap: work around getting a bytearray instead of a string in SimpleStringIO
Wed, 30 Aug 2017 23:57:42 -0400 Augie Fackler svnwrap: clean up whitespace in common
Wed, 30 Aug 2017 23:44:02 -0400 Augie Fackler tox: update hg version list
Wed, 25 Oct 2017 15:30:34 -0400 Augie Fackler test_push_command: deal with gethostname() sometimes returning bad hostnames
Tue, 24 Oct 2017 07:36:35 -0700 Mateusz Kwapich util: don't assume that converted rev is an svn rev
Mon, 28 Aug 2017 10:15:18 -0700 Jun Wu revset: accept additional arguments
Mon, 21 Aug 2017 15:19:12 -0700 Jun Wu svnrepo: update with the latest upstream change
Fri, 11 Aug 2017 09:24:29 -0700 Jun Wu maps: handle sqlite lock error triggered by PRAGMA statements
Mon, 07 Aug 2017 18:11:56 -0700 Jun Wu test: enable devel.all-warnings
Mon, 07 Aug 2017 18:12:16 -0700 Jun Wu push: lock repo before calling createmarkers