log hgext/convert/common.py @ 8690:c5b4f662109f

age author description
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