log hgsubversion/replay.py @ 787:4bbc6bf947f5 1.2.1

age author description
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
Sun, 28 Nov 2010 03:47:04 +0100 Dan Villiom Podlaski Christiansen configurable substitution for empty commit message (fixes #195)
Thu, 25 Nov 2010 21:55:21 +0100 Patrick Mezard svnexternals: preliminary support for subrepos based externals
Fri, 19 Nov 2010 17:07:13 +0100 Patrick Mezard svnexternals: hide .hgsvnexternals parsing in parse()
Fri, 19 Nov 2010 17:07:13 +0100 Patrick Mezard pull: stop handling .hgsvnexternals explicitely in memctx
Fri, 19 Nov 2010 17:07:13 +0100 Patrick Mezard replay: extract externals updating from convert_rev()
Tue, 09 Nov 2010 13:05:16 +0100 Dan Villiom Podlaski Christiansen editor: handle property changes to links.
Tue, 20 Jul 2010 11:55:07 +0200 Dan Villiom Podlaski Christiansen replay: always fetch the entire first revision
Sat, 10 Jul 2010 14:19:24 +0200 Dan Villiom Podlaski Christiansen branchmap: map empty commits in replay mode.
Sun, 11 Jul 2010 11:46:19 +0200 Dan Villiom Podlaski Christiansen replay/stupid: fix tagging on a branch renamed using a branch map
Mon, 01 Mar 2010 22:10:18 +0100 Dirkjan Ochtman add basic branchmap functionality, to rename branches
Sun, 14 Feb 2010 14:04:56 -0600 Augie Fackler replay/stupid: raise the correct errno in IOError to fix hg >= e553a425751d
Sat, 06 Feb 2010 13:01:35 -0600 Augie Fackler replay: correctly handle renaming the parent dir of a branch
Sat, 06 Feb 2010 10:36:21 -0600 Augie Fackler tags: fix files edited during tag creation
Tue, 26 Jan 2010 17:36:13 +0100 Dan Villiom Podlaski Christiansen Change all instantiations of IOError to set both errno and strerror.
Fri, 29 Jan 2010 23:36:14 +0100 Patrick Mezard replay: disable maybeedit filtering, could discard copy records
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
Tue, 23 Jun 2009 21:38:27 -0500 Augie Fackler tags: handle edits to tags as gracefully as possible
Tue, 16 Jun 2009 13:59:03 +0200 Dirkjan Ochtman wrappers: save tbdelta in one place for both stupid and replay
Tue, 16 Jun 2009 09:12:04 +0200 Dirkjan Ochtman replay: merge functions into a single function
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