log hgext/convert/common.py @ 17551:a7b3fdaf768d

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