hgext/convert/common.py
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Sat, 15 Aug 2015 13:44:55 -0700 Durham Goode convert: add function to test if file is from source
Wed, 08 Jul 2015 10:27:43 -0700 Durham Goode convert: add support for specifying multiple revs
Tue, 23 Jun 2015 22:20:08 -0700 Gregory Szorc global: mass rewrite to use modern exception syntax
Sun, 14 Jun 2015 13:08:11 -0400 Matt Harbison convert: apply the appropriate phases to the destination (issue4165)
Sun, 14 Jun 2015 13:04:00 -0400 Matt Harbison convert: always track the hg source revision in the internal commit object
Thu, 19 Mar 2015 17:40:19 +0100 Mads Kiilerich convert: optimize convert of files that are unmodified from p2 in merges
Fri, 13 Mar 2015 17:00:06 -0400 Jordi GutiƩrrez Hermoso style: kill ersatz if-else ternary operators
Mon, 26 May 2014 11:53:12 -0400 Augie Fackler convert: add support for deterministic progress bar on scanning phase
Tue, 26 Aug 2014 22:03:32 +0200 Mads Kiilerich convert: introduce --full for converting all files
Tue, 26 Aug 2014 22:03:32 +0200 Mads Kiilerich convert: use None value for missing files instead of overloading IOError
Mon, 19 May 2014 22:12:30 +0200 Mads Kiilerich convert: introduce hascommitfrommap sink method
Mon, 19 May 2014 22:11:14 +0200 Mads Kiilerich convert: rename sink hascommit to hascommitforsplicemap
Wed, 16 Apr 2014 01:09:49 +0200 Mads Kiilerich convert: backout b75a04502ced and 9616b03113ce - tagmap
Fri, 07 Feb 2014 17:26:28 +0100 Mads Kiilerich convert: drop unused getheads from sinks
Wed, 22 Jan 2014 15:40:17 -0600 Sean Farley convert: add tagmap logic
Tue, 21 Jan 2014 11:34:55 -0600 Sean Farley convert: add mapname parameter to checkrevformat
Thu, 25 Apr 2013 18:01:00 -0700 Ben Goswami splicemap: improve error handling when source is subversion (issue2084)
Thu, 25 Apr 2013 11:50:26 -0700 Ben Goswami splicemap: improve error handling when source is hg (issue2084)
Wed, 24 Apr 2013 18:26:37 -0700 Ben Goswami splicemap: move parsesplicemap to convcmd.py (issue2084)
Sun, 24 Mar 2013 00:06:52 +0700 Constantine Linnick convert: add closesort algorithm to mercurial sources
Sun, 18 Nov 2012 12:26:50 -1000 Julian Cowley convert: add config option to use the local time zone
Fri, 03 Aug 2012 21:37:33 +0200 Patrick Mezard convert: use subprocess for all commandline calls stable
Fri, 03 Aug 2012 21:05:01 +0200 Patrick Mezard convert: make commandline.limit_arglist private, simplify stable
Sat, 04 Aug 2012 07:14:40 +0200 Ross Lagerwall util: replace util.nulldev with os.devnull stable
Sat, 12 May 2012 16:02:45 +0200 Brodie Rao cleanup: replace naked excepts with more specific ones
Sat, 12 May 2012 16:00:58 +0200 Brodie Rao cleanup: "raise SomeException()" -> "raise SomeException"
Fri, 16 Mar 2012 17:42:21 -0500 Matt Mackall convert: deal with empty splicemap path (issue3311) stable
Tue, 28 Feb 2012 10:06:35 +0100 Patrick Mezard convert: ignore blank lines in mapfiles (issue3286) stable
Wed, 15 Feb 2012 11:21:24 +0100 Patrick Mezard convert: tolerate spaces between splicemap parent ids (issue3203) stable
Fri, 10 Feb 2012 22:34:13 +0100 Patrick Mezard convert: use splicemap entries when sorting revisions (issue1748) stable
Fri, 10 Feb 2012 22:25:49 +0100 Patrick Mezard convert: turn splicemap into a simple dictionary stable
Sun, 08 Jan 2012 18:15:54 +0100 Martin Geisler Use explicit integer division
Mon, 05 Dec 2011 17:48:40 -0600 Matt Mackall merge with stable
Fri, 02 Dec 2011 21:38:57 -0200 Wagner Bruna convert: tolerate trailing spaces on map files stable
Fri, 02 Dec 2011 18:36:32 +0100 Patrick Mezard convert: simplify getargmax() with propertycache
Sun, 08 May 2011 20:35:46 +0200 Adrian Buehlmann rename util.find_exe to findexe
Fri, 06 May 2011 15:31:09 +0200 Adrian Buehlmann rename explain_exit to explainexit
Thu, 24 Mar 2011 16:54:09 -0400 Daniel Atallah convert: add support to common commandline to access stdin of the process
Wed, 07 Jul 2010 00:06:59 +0200 Edouard Gomez convert: add bookmark support to common sink/source implementation
Sun, 09 May 2010 21:52:34 +0200 Patrick Mezard convert: merge sources getmode() into getfile()
Mon, 25 Jan 2010 00:05:27 -0600 Matt Mackall many, many trivial check-code fixups
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Mon, 05 Oct 2009 22:17:39 +0200 Patrick Mezard Merge with crew-stable
Mon, 05 Oct 2009 22:01:08 +0200 Patrick Mezard convert: make mapfile handle LF and CRLF shamap (issue1846)
Sat, 19 Sep 2009 01:15:38 +0200 Martin Geisler do not attempt to translate ui.debug output
Sun, 06 Sep 2009 15:29:14 +0200 Patrick Mezard convert: fix history topology when using hg.tagsbranch
Sat, 27 Jun 2009 12:31:41 +0200 Martin Geisler convert: do not ask for translation of "%s %s"
Sun, 21 Jun 2009 23:17:05 +0200 Patrick Mezard convert/svn: test svn tags encoding
Mon, 01 Jun 2009 17:12:42 +0200 Patrick Mezard convert: rewrite tags when converting from hg to hg
Mon, 01 Jun 2009 17:12:39 +0200 Patrick Mezard convert: fail fast if source does not support --sourcesort
Mon, 01 Jun 2009 17:12:39 +0200 Patrick Mezard convert: add --sourcesort option for source specific sort
Sat, 30 May 2009 23:20:30 +0200 Martin Geisler removed unused imports
Sat, 16 May 2009 14:15:58 -0400 Greg Ward convert: improve docstrings, comments.
Sun, 26 Apr 2009 01:47:44 +0200 Martin Geisler convert: add copyright and license headers to back-ends
Fri, 24 Apr 2009 17:32:18 +0200 Martin Geisler strutil: removed rsplit
Sat, 11 Apr 2009 21:15:27 +0200 Patrick Mezard convert: better mapfile parsing errors (issue1581/1)
Wed, 11 Feb 2009 21:47:57 +0100 Stefan Rusek Handle when the slicemap option is an empty string
Thu, 08 Jan 2009 14:26:30 +0100 Patrick Mezard convert: display child command output if --debug (fix 878466138b57)
Wed, 07 Jan 2009 17:33:29 -0800 Bryan O'Sullivan convert: print darcs error messages iff --debug
Mon, 20 Oct 2008 14:57:04 +0200 Dirkjan Ochtman clean up trailing spaces, leading spaces in C
Fri, 10 Oct 2008 13:20:40 +0200 Patrick Mezard Merge with crew-stable
Fri, 10 Oct 2008 11:32:38 +0200 Patrick Mezard convert: tolerate embedded spaces in filemap source revisions
Mon, 29 Sep 2008 09:30:36 +0200 Patrick Mezard convert: improve convert_source documentation
Sun, 31 Aug 2008 16:12:02 +0200 Martin Geisler i18n: mark strings for translation in convert extension
Fri, 08 Aug 2008 18:49:55 +0200 Thomas Arendsen Hein merge with crew-stable
Fri, 08 Aug 2008 18:37:50 +0200 Thomas Arendsen Hein convert: Fix debugging output when running multiple commands with xargs.
Thu, 19 Jun 2008 00:14:24 +0200 Patrick Mezard convert: reintegrate file retrieval code in sinks
Thu, 20 Mar 2008 23:32:43 +0100 Patrick Mezard convert: allow missing tools not to stop source type detection
Fri, 08 Feb 2008 13:56:29 +0100 Aleix Conchillo Flaque convert: improve gnu arch source performance and other fixes
Tue, 05 Feb 2008 09:30:08 +0100 Aleix Conchillo Flaque convert: added GNU Arch source converter
Sun, 03 Feb 2008 21:47:07 -0200 Alexis S. L. Carvalho merge with crew-stable
Fri, 01 Feb 2008 13:11:03 -0800 Bryan O'Sullivan convert: allow synthetic history to be spliced in.
Sun, 03 Feb 2008 21:03:46 -0200 Alexis S. L. Carvalho convert: use 'unknown' and '0 0' if commit author or date weren't specified
Sat, 26 Jan 2008 20:04:31 +0100 Patrick Mezard Merge with crew-stable
Sat, 26 Jan 2008 19:55:04 +0100 Patrick Mezard convert: hg.clonebranches must pull missing parents (issue941)
Fri, 11 Jan 2008 06:07:43 +0300 Maxim Dounin convert: add commandline.xargs(), use it in svn_sink class
Sat, 29 Dec 2007 19:49:48 +0100 Thomas Arendsen Hein Removed tabs and trailing whitespace in python files
Tue, 27 Nov 2007 09:44:09 -0800 Bryan O'Sullivan convert: some tidyups, doc improvements, and test fixes
Mon, 26 Nov 2007 17:23:20 -0800 Bryan O'Sullivan convert: tell the source repository when a rev has been converted
Sat, 10 Nov 2007 17:09:56 +0100 Patrick Mezard convert: fix util.popen regression in darcs converter
Wed, 07 Nov 2007 18:26:59 -0800 Bryan O'Sullivan convert: add support for Subversion as a sink
Wed, 07 Nov 2007 17:40:39 -0800 Bryan O'Sullivan convert: abstract darcs's commandline handling
Wed, 07 Nov 2007 17:06:02 -0800 Bryan O'Sullivan convert: abstract map files into a class
Tue, 30 Oct 2007 22:14:15 +0100 Patrick Mezard convert: fail if an external required tool is not found
Wed, 10 Oct 2007 15:42:00 -0700 Bryan O'Sullivan convert: refactor sink initialisation, to remove hardcoding of hg
Wed, 10 Oct 2007 15:30:00 -0700 Bryan O'Sullivan convert: add default constructor for converter_sink
Wed, 10 Oct 2007 15:30:00 -0700 Bryan O'Sullivan convert: make contents of "extra" dict available from sources, for sinks.
Sat, 06 Oct 2007 15:30:15 -0300 Alexis S. L. Carvalho convert: change SKIPREV to 'SKIP'
Thu, 04 Oct 2007 23:21:37 -0300 Alexis S. L. Carvalho convert: add a mode where mercurial_sink skips empty revisions.
Thu, 04 Oct 2007 23:21:37 -0300 Alexis S. L. Carvalho convert: readd --filemap
Thu, 04 Oct 2007 23:21:37 -0300 Alexis S. L. Carvalho convert: allow the converter_source to say "skip this revision"
Thu, 04 Oct 2007 23:21:37 -0300 Alexis S. L. Carvalho convert: pass the order of the revmapfile to the converter_source
Tue, 02 Oct 2007 13:46:17 -0700 Bryan O'Sullivan convert: add before/after hooks for converter sources
Fri, 07 Sep 2007 16:14:51 +0200 Thomas Arendsen Hein Don't decode unicode strings.
Wed, 15 Aug 2007 13:21:23 -0700 Brendan Cully convert: hg: optionally create branches as clones
Tue, 07 Aug 2007 10:28:43 +0200 Thomas Arendsen Hein Remove trailing spaces, fix indentation
Mon, 06 Aug 2007 21:49:26 +0200 Patrick Mezard convert: replace fork with subprocess call.
Sun, 05 Aug 2007 12:03:27 -0700 Brendan Cully convert: look up copies in getchanges instead of getcommit
Sat, 04 Aug 2007 12:38:30 -0700 Bryan O'Sullivan convert: drop duplicated assignments.
Fri, 27 Jul 2007 14:30:20 -0700 Bryan O'Sullivan convert: empty log messages are OK as of 7f5c3fb0a37d
Thu, 26 Jul 2007 13:34:36 -0700 Bryan O'Sullivan convert: make commit constructor clearer and less magical
Thu, 26 Jul 2007 13:34:36 -0700 Bryan O'Sullivan convert: rename mapfile to revmapfile, so we can map more than just revs
Sat, 21 Jul 2007 10:30:51 +0200 Thomas Arendsen Hein removed trailing whitespace
Fri, 13 Jul 2007 08:28:57 -0700 Brendan Cully convert: record the source revision in the changelog
Thu, 05 Jul 2007 12:41:58 -0700 Brendan Cully convert: svn: use revmap to parse only new revisions in incremental conversions
Thu, 05 Jul 2007 12:24:26 -0700 Brendan Cully convert: export revmap to source.
Thu, 05 Jul 2007 12:08:48 -0700 Brendan Cully convert: move some code into common init function
Thu, 05 Jul 2007 12:00:04 -0700 Brendan Cully convert: call superclass init from engine init functions
Sun, 01 Jul 2007 19:40:02 -0700 Brendan Cully convert: move *** empty log message *** into commit class
Sun, 01 Jul 2007 15:02:15 -0700 Brendan Cully convert: add -r argument specifying latest revision to convert
Sun, 01 Jul 2007 12:58:08 -0700 Brendan Cully convert: ove recode method into converter_source
Thu, 14 Jun 2007 16:12:08 -0700 Brendan Cully convert: fix various authormap handling bugs
Thu, 14 Jun 2007 23:25:55 +0200 Edouard Gomez convert extension: Add support for username mapping
Sun, 10 Jun 2007 20:08:47 -0700 Brendan Cully Split convert extension into common and repository type modules
less more (0) tip