log hgsubversion/editor.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
Sun, 26 Jun 2016 21:10:36 -0400 Augie Fackler Merge with stable.
Sun, 26 Jun 2016 21:06:50 -0400 Augie Fackler editor: fix RevisionData to not leak temporary directories stable
Mon, 24 Mar 2014 11:20:57 -0500 Sean Farley maps: allow an empty map to not convert specific branches
Sat, 26 Sep 2015 10:49:57 -0400 Augie Fackler editor: cope with slightly out-of-order editor drives stable 1.8.3
Mon, 07 Apr 2014 18:44:46 -0700 David Schleimer editor: fix replay handling for copied + modified symlinks
Mon, 07 Apr 2014 18:28:35 -0700 David Schleimer editor: correctly import symlink copy+modify with non-empty prefix
Mon, 07 Apr 2014 17:51:59 -0700 David Schleimer editor: fix edge case with in memory file-store size limit
Sun, 17 Nov 2013 09:57:00 -0800 David Schleimer editor: correctly import copies of directories from non-tracked or closed branches
Sat, 16 Nov 2013 16:16:59 -0800 David Schleimer pull: correctly handle replacing the root of a branch with a non-copied directory
Mon, 05 Aug 2013 20:49:53 +0200 Dan Villiom Podlaski Christiansen drop support for pre-2.0 versions of Mercurial
Sun, 11 Nov 2012 15:31:19 +0100 Dan Villiom Podlaski Christiansen editor: ensure that we propagate full stacktraces in a few places
Mon, 15 Oct 2012 22:24:29 +0200 Patrick Mezard editor: do not record invalid path deletion
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, 14 Oct 2012 14:26:53 +0200 Patrick Mezard editor: tidy up directory batons handling
Sun, 14 Oct 2012 12:35:13 +0100 Patrick Mezard editor: improve debug information when fetching files in replay
Tue, 16 Oct 2012 21:17:55 +0200 Patrick Mezard stupid: do not close branch upon branch-wide revert
Sat, 06 Oct 2012 09:42:07 +0200 Patrick Mezard editor: add a small changectx cache
Sat, 06 Oct 2012 10:10:35 +0200 Patrick Mezard editor: relax copyfrom dir checks to avoid extra missing entries
Sat, 06 Oct 2012 10:09:09 +0200 Patrick Mezard editor: add addmissing() and test config to make it fail
Wed, 26 Sep 2012 22:18:31 +0200 Patrick Mezard editor: use SimpleStringIO in apply_text()
Tue, 16 Oct 2012 08:47:01 +0200 Patrick Mezard editor: do not reread all data upon branching
Wed, 26 Sep 2012 21:01:17 +0200 Patrick Mezard editor: add a pop() method to RevisionMeta to reduce resource usage
Fri, 28 Sep 2012 21:43:50 +0200 Patrick Mezard pull: add hgsubversion.filestoresize to control memory consumption
Sat, 06 Oct 2012 09:59:55 +0200 Patrick Mezard editor: move RevisionData on the filesystem over a given threshold
Tue, 25 Sep 2012 21:34:16 +0200 Patrick Mezard editor: do not touch RevisionData copies from the editor
Wed, 03 Oct 2012 21:04:37 +0200 Patrick Mezard editor: handle deleted files in editor