log hgsubversion/replay.py @ 1565:8a66277136ab

age author description
Fri, 20 Apr 2018 15:47:08 -0400 Augie Fackler cleanup: use __getitem__ instead of .changectx on localrepo
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:39:30 -0400 Augie Fackler cleanup: reference Abort from mercurial.error instead of mercurial.util
Tue, 19 Dec 2017 14:29:55 -0800 Jun Wu compathacks: be compatible with upstream 8a0cac20a1ad memfilectx change
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, 07 Jun 2017 03:35:44 -0700 Stanislau Hlebik replay: fix tests
Wed, 15 Jun 2016 13:28:40 +0100 Jun Wu maps: change branchedits to accept revnum directly
Sun, 05 Jun 2016 21:18:23 -0400 Augie Fackler RevMap: move lastpulled from SVNMeta down into RevMap
Mon, 24 Mar 2014 11:20:57 -0500 Sean Farley maps: allow an empty map to not convert specific branches
Mon, 24 Mar 2014 11:20:52 -0500 Sean Farley replay: call meta.getmessage instead of util
Tue, 16 Sep 2014 16:35:21 -0700 Siddharth Agarwal replay: use compat hack for filectxfn for deleted files
Fri, 01 Aug 2014 09:42:53 -0400 Augie Fackler Merge with stable.
Mon, 02 Jun 2014 19:09:44 -0500 Sean Farley replay: call makememfilectx stable
Mon, 02 Jun 2014 19:09:44 -0500 Sean Farley replay: call makememfilectx
Mon, 24 Mar 2014 11:20:45 -0500 Sean Farley svnmeta: move revmap.oldest to meta.firstpulled
Mon, 03 Feb 2014 01:55:56 -0500 Augie Fackler compathacks: new module to collect hacks to work around hg internals changing
Sat, 16 Nov 2013 16:16:59 -0800 David Schleimer pull: correctly handle replacing the root of a branch with a non-copied directory
Thu, 08 Aug 2013 09:38:55 +0200 Dan Villiom Podlaski Christiansen handle invalid UTF-8 in commit messages consistently
Sat, 20 Oct 2012 22:22:02 +0200 Patrick Mezard editor: process missing files with regular files
Sun, 14 Oct 2012 15:51:12 +0200 Patrick Mezard editor: ignore added or copied files excluded by a filemap
Sun, 07 Oct 2012 21:06:25 +0200 Patrick Mezard replay: remove useless warning about invalid externals
Wed, 26 Sep 2012 21:01:17 +0200 Patrick Mezard editor: add a pop() method to RevisionMeta to reduce resource usage
Sat, 06 Oct 2012 09:59:55 +0200 Patrick Mezard editor: move RevisionData on the filesystem over a given threshold
Wed, 03 Oct 2012 21:27:02 +0200 Patrick Mezard editor: start separating svn copies from open files
Thu, 17 May 2012 14:15:14 -0700 David Schleimer Ignore invalid utf8 in commit messages
Mon, 17 Oct 2011 22:44:15 +0800 Yonggang Luo hgsubversion/*.py: add space after comment symbol #
Mon, 10 Oct 2011 22:03:13 -0500 Augie Fackler svnrepo: kludge to work around hash changes between stupid and replay in hg 1.9
Sun, 13 Feb 2011 20:10:52 +0100 Patrick Mezard replay: fetch full revision at most once per run (issue252) 1.2.1
Sun, 13 Feb 2011 20:10:51 +0100 Patrick Mezard replay: make --debug trace full fetches