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
|
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
|