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
|
Fri, 22 Jan 2010 18:01:19 -0600 |
Patrick Mezard |
Handle tag subdirectory as tag in replay mode (issue119)
|
Mon, 18 Jan 2010 21:40:28 +0100 |
Patrick Mezard |
editor: remove useless test
|
Sat, 16 Jan 2010 17:25:09 +0100 |
Patrick Mezard |
svnmeta: is_path_tag() is really get_path_tag()
|
Fri, 16 Oct 2009 23:33:41 -0400 |
Augie Fackler |
Support for single-directory clones.
|
Fri, 16 Oct 2009 18:37:19 -0400 |
Augie Fackler |
replay: fix potential over-reporting of edited files in hg changelog
|
Fri, 16 Oct 2009 19:09:53 -0400 |
Augie Fackler |
util: make aresamefiles take one file and just be issamefile instead.
|
Fri, 16 Oct 2009 19:09:25 -0400 |
Augie Fackler |
copies: fix under-reporting of copies in hg
|
Tue, 23 Jun 2009 21:33:40 -0500 |
Augie Fackler |
tags: reinstate a tag map file in a better way
|
Tue, 23 Jun 2009 21:38:27 -0500 |
Augie Fackler |
tags: handle edits to tags as gracefully as possible
|
Tue, 16 Jun 2009 09:11:52 +0200 |
Dirkjan Ochtman |
editor: move find missing files routine into RevisionData class
|
Tue, 16 Jun 2009 08:43:12 +0200 |
Dirkjan Ochtman |
replay: start new replay module that has the relevant functions
|
Tue, 16 Jun 2009 08:42:15 +0200 |
Dirkjan Ochtman |
editor: move exception data into RevisionData class
|
Tue, 16 Jun 2009 08:41:28 +0200 |
Dirkjan Ochtman |
editor: move set_file() and delete_file() methods to RevisionData class
|
Mon, 15 Jun 2009 16:10:24 +0200 |
Dirkjan Ochtman |
consolidate metadata calls from stupid and replay code
|
Fri, 12 Jun 2009 08:37:39 +0200 |
Dirkjan Ochtman |
svnmeta: move util.build_extra() to SVNMeta.genextra()
|
Thu, 11 Jun 2009 19:15:18 +0200 |
Dirkjan Ochtman |
editor: rename hg_delta_editor.HgChangeReceiver to editor.HgEditor
base
hgsubversion/hg_delta_editor.py@b61fa636fc5f
|