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
Mon, 24 Sep 2012 23:44:23 +0200 Patrick Mezard editor: resolve files copied by directory copy on-demand
Mon, 24 Sep 2012 23:12:01 +0200 Patrick Mezard editor: add close_file(), enforce file batons semantics
Wed, 03 Oct 2012 21:27:02 +0200 Patrick Mezard editor: start separating svn copies from open files
Sun, 23 Sep 2012 19:52:48 +0200 Patrick Mezard editor: implement file batons
Sun, 23 Sep 2012 19:42:34 +0200 Patrick Mezard subvertpy_wrapper: fix files and directories batons handling
Sat, 22 Sep 2012 23:28:20 +0200 Patrick Mezard editor: remove unused 'base' attribute from RevisionData
Tue, 18 Sep 2012 13:18:22 +1000 Tim Delaney stupid: Fail over to full revision when a PatchError is thrown (issue294)
Sun, 13 May 2012 15:28:50 +0200 Bryan O'Sullivan replay: workaround svn not telling us about x/l flags (issue346)
Sat, 12 May 2012 15:41:21 +0200 Dan Villiom Podlaski Christiansen kill all 'print' statements in the extension proper
Thu, 19 Apr 2012 15:08:09 +0200 Patrick Mezard editor: work around svn 1.7 closing the output fp in apply_textdelta()
Tue, 01 Nov 2011 15:50:13 -0500 Augie Fackler Merge with stable
Mon, 31 Oct 2011 00:47:52 +0100 Nico R. The handler seems to close the target in subversion-1.7.x. This patch works stable
Mon, 17 Oct 2011 22:44:15 +0800 Yonggang Luo hgsubversion/*.py: add space after comment symbol #
Wed, 12 Oct 2011 15:35:25 +0800 Yonggang Luo globally: clean up whitespace around operators and commas to conform with PEP8
Wed, 09 Mar 2011 22:07:26 +0100 Patrick Mezard replay: copy copied directories externals
Wed, 09 Mar 2011 22:07:17 +0100 Patrick Mezard editor: simplify add_directory() a bit more
Wed, 09 Mar 2011 22:07:05 +0100 Patrick Mezard editor: rename add_directory() cp_f* variable into from*
Tue, 09 Nov 2010 13:05:16 +0100 Dan Villiom Podlaski Christiansen editor: handle property changes to links.
Wed, 11 Aug 2010 19:57:35 +0200 Dan Villiom Podlaski Christiansen editor: move ieditor decorator into svnwrap.
Thu, 08 Jul 2010 21:46:54 +0200 Dan Villiom Podlaski Christiansen editor: convert two assertions in apply_textdelta() into raising an IOError
Wed, 31 Mar 2010 17:51:09 +0200 Dan Villiom Podlaski Christiansen isolate all imports of Subversion modules in svnwrap.
Sat, 20 Mar 2010 15:07:37 +1000 Gerhard Weis strip off root file name only once for missing files 1.1
Tue, 02 Mar 2010 17:06:06 +0100 Patrick Mezard editor: fix replaced directory copies
Tue, 02 Mar 2010 17:06:06 +0100 Patrick Mezard editor: fix open_file() on replaced branch
Tue, 02 Mar 2010 17:06:06 +0100 Patrick Mezard editor: fix replaced files content in replay mode
Tue, 02 Mar 2010 17:06:06 +0100 Patrick Mezard editor: fix issamefile() and copy detection in replay mode
Sat, 06 Feb 2010 10:34:49 -0600 Augie Fackler clean up trailing whitespace
Tue, 02 Feb 2010 21:18:20 +0100 Patrick Mezard svnmeta: remove split_branch_tag() exacttag argument
Sat, 30 Jan 2010 09:52:24 +0100 Patrick Mezard svnmeta: make it easier to get converted revision info
Fri, 29 Jan 2010 23:36:14 +0100 Patrick Mezard replay: disable maybeedit filtering, could discard copy records