hgext/convert/gnuarch.py
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Wed, 08 Jul 2015 10:27:43 -0700 Durham Goode convert: add support for specifying multiple revs
Tue, 23 Jun 2015 22:30:33 -0700 Gregory Szorc global: mass rewrite to use modern octal syntax
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
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
Wed, 15 Aug 2012 22:38:42 +0200 Mads Kiilerich fix trivial spelling errors
Sat, 04 Aug 2012 07:14:40 +0200 Ross Lagerwall util: replace util.nulldev with os.devnull stable
Sat, 29 Oct 2011 11:02:23 -0500 Matt Mackall backout dbdb777502dc (issue3077) (issue3071) stable
Mon, 24 Oct 2011 13:51:24 +0200 Thomas Arendsen Hein consistency: use util.realpath instead of os.path.realpath where useful stable
Sun, 08 May 2011 20:35:46 +0200 Adrian Buehlmann rename util.find_exe to findexe
Mon, 20 Sep 2010 21:46:56 +0200 Patrick Mezard Use lexists() instead of exists() where appropriate stable
Wed, 18 Aug 2010 10:53:52 -0400 Brodie Rao convert: use encoding.encoding instead of locale.getpreferredencoding() stable
Wed, 18 Aug 2010 10:53:50 -0400 Brodie Rao convert: properly set encoding for gnuarch converter stable
Sun, 09 May 2010 21:52:34 +0200 Patrick Mezard convert: merge sources getmode() into getfile()
Sun, 18 Apr 2010 15:47:49 +0200 Martin Geisler convert: write "repository" instead of "repo" stable
Mon, 08 Feb 2010 15:36:34 +0100 Benoit Boissinot fix coding style (reported by pylint)
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
Sat, 19 Sep 2009 01:15:38 +0200 Martin Geisler do not attempt to translate ui.debug output
Mon, 24 Aug 2009 21:00:34 +0200 Nicolas Dumazet use 'x in dict' instead of 'dict.has_key(x)'
Wed, 10 Jun 2009 15:10:21 +0200 Benoit Boissinot use new style classes
Sun, 31 May 2009 14:55:51 +0200 Martin Geisler fixed typos found in translatable strings
Sun, 31 May 2009 01:29:30 +0200 Martin Geisler convert/gnuarch: wrap long line, format kwargs without spaces
Sun, 26 Apr 2009 01:47:44 +0200 Martin Geisler convert: add copyright and license headers to back-ends
Sun, 26 Apr 2009 16:50:44 -0500 Matt Mackall replace util.sort with sorted built-in
Wed, 22 Apr 2009 00:56:06 +0200 Martin Geisler util: use built-in set instead of util.unique
Mon, 23 Mar 2009 13:13:06 +0100 Peter Arrenbrecht cleanup: drop unused assignments
Mon, 05 Jan 2009 14:37:46 +0100 Patrick Mezard Merge with crew-stable
Sun, 04 Jan 2009 18:44:39 +0100 Edouard Gomez convert/gnuarch: recode cat-log parts to utf-8 to be hg.description friendly
Sun, 04 Jan 2009 18:44:30 +0100 Edouard Gomez convert/gnuarch: add cat-log payload to commit description
Sun, 04 Jan 2009 19:12:42 +0100 Dirkjan Ochtman convert/gnuarch: correct indentation
Sun, 04 Jan 2009 02:36:48 +0100 Edouard Gomez convert/gnuarch: follow continuation-of revisions
Sun, 04 Jan 2009 02:36:48 +0100 Edouard Gomez convert/gnuarch: retrieve known archive names list
Sun, 04 Jan 2009 02:36:48 +0100 Edouard Gomez convert/gnuarch: parse continuation-of revisions in gnuarch source
Sun, 04 Jan 2009 02:36:48 +0100 Edouard Gomez convert/gnuarch: use fully qualified revisions
Sun, 04 Jan 2009 02:36:48 +0100 Edouard Gomez convert/gnuarch: keep track of original revision in extra headers
Sun, 04 Jan 2009 02:36:48 +0100 Edouard Gomez convert/gnuarch: robustify cat-log retrieval
Sun, 04 Jan 2009 02:36:48 +0100 Edouard Gomez convert/gnuarch: set prefered locale for str conversions
Sun, 04 Jan 2009 02:36:48 +0100 Edouard Gomez convert/gnuarch: fix cat-log parsing
Sun, 04 Jan 2009 02:36:48 +0100 Edouard Gomez convert/gnuarch: remove unused code
Mon, 05 Jan 2009 14:34:20 +0100 Patrick Mezard convert/gnuarch: fix switched copy source and destination
Sat, 16 Aug 2008 14:46:56 +0200 Martin Geisler move % out of translatable strings
Fri, 27 Jun 2008 18:28:45 -0500 Matt Mackall util: add sort helper
Thu, 06 Mar 2008 22:23:41 +0100 Joel Rosdahl Remove unused imports
Tue, 12 Feb 2008 23:35:35 +0100 Patrick Mezard convert: detect baz before tla
Tue, 12 Feb 2008 11:35:06 +0100 Aleix Conchillo Flaque convert: added GNU Arch (tla) tests and related fixes
Tue, 12 Feb 2008 10:38:34 +0100 Aleix Conchillo Flaque convert: added gnu arch (baz) tests
Sat, 09 Feb 2008 17:36:42 +0100 Aleix Conchillo Flaque convert: support binary files, link to files (viceversa) in gnu arch
Fri, 08 Feb 2008 13:56:29 +0100 Aleix Conchillo Flaque convert: improve gnu arch source performance and other fixes
Thu, 07 Feb 2008 12:31:29 +0100 Aleix Conchillo Flaque convert: do not skip some lines in gnu arch summaries
Wed, 06 Feb 2008 11:42:04 +0100 Aleix Conchillo Flaque convert: add full description for gnu arch revisions
Tue, 05 Feb 2008 09:30:08 +0100 Aleix Conchillo Flaque convert: added GNU Arch source converter
less more (0) tip