Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
Sat, 23 Jun 2018 19:23:53 +0900 |
Yuya Nishihara |
convert: don't pass --no-files to "darcs show repo" command
|
Wed, 13 Jun 2018 22:51:08 +0530 |
Pulkit Goyal |
py3: replace `unicode` with pycompat.unicode
|
Sat, 26 May 2018 12:20:36 +0900 |
Yuya Nishihara |
py3: wrap tempfile.mkdtemp() to use bytes path
|
Thu, 15 Feb 2018 17:18:26 +0100 |
Boris Feld |
util: extract all date-related utils in utils/dateutil module
|
Wed, 22 Nov 2017 20:49:01 -0500 |
Matt Harbison |
convert: save an indicator of the repo type for sources and sinks
|
Wed, 02 Mar 2016 14:23:23 +0000 |
timeless |
convert: darcs use absolute_import
|
Wed, 14 Oct 2015 02:06:54 -0400 |
timeless |
grammar: use does instead of do where appropriate
|
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:20:08 -0700 |
Gregory Szorc |
global: mass rewrite to use modern exception syntax
|
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
|
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
|
Fri, 03 Aug 2012 21:37:33 +0200 |
Patrick Mezard |
convert: use subprocess for all commandline calls
stable
|
Thu, 26 Apr 2012 02:41:20 +0900 |
FUJIWARA Katsunori |
i18n: use locale insensitive format for datetimes as intermediate representation (issue3398)
stable
|
Wed, 09 Nov 2011 16:36:54 -0600 |
Matt Mackall |
check-code: enable camelcase check, fix up problems
|
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
|
Mon, 02 May 2011 10:11:18 +0200 |
Dan Villiom Podlaski Christiansen |
prevent transient leaks of file handle by using new helper functions
|
Sun, 01 May 2011 15:21:57 +0200 |
timeless |
remove unused imports
|
Fri, 01 Oct 2010 10:15:04 -0500 |
Brodie Rao |
convert/darcs: support changelogs with bytes 0x7F-0xFF (issue2411)
stable
|
Fri, 24 Sep 2010 00:04:07 +0200 |
Patrick Mezard |
convert/darcs: improve unsupported format detection (issue2172)
stable
|
Fri, 10 Sep 2010 09:30:50 -0500 |
Brodie Rao |
convert/darcs: handle non-ASCII metadata in darcs changelog (issue2354)
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: mark strings for translation
stable
|
Sun, 18 Apr 2010 15:47:49 +0200 |
Martin Geisler |
convert: write "repository" instead of "repo"
stable
|
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
|
Thu, 05 Nov 2009 10:44:36 +0100 |
Dirkjan Ochtman |
kill trailing whitespace
|
Sun, 04 Oct 2009 23:16:54 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Sun, 04 Oct 2009 23:06:14 +0200 |
Patrick Mezard |
convert/darcs: handle directory renaming
|
Sun, 04 Oct 2009 22:23:11 +0200 |
Patrick Mezard |
convert/darcs: fix file renaming (issue1853)
|
Sat, 19 Sep 2009 01:15:38 +0200 |
Martin Geisler |
do not attempt to translate ui.debug output
|
Sat, 25 Jul 2009 10:08:20 -0700 |
Bryan O'Sullivan |
issue1251: bail if darcs version is too old
|
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
|
Sat, 04 Apr 2009 12:28:13 -0500 |
Matt Mackall |
convert: attempt to check repo type before checking for tool
|
Wed, 07 Jan 2009 17:33:07 -0800 |
Bryan O'Sullivan |
convert: check for darcs-2-compatible path
|
Sun, 31 Aug 2008 16:12:02 +0200 |
Martin Geisler |
i18n: mark strings for translation in convert extension
|
Fri, 27 Jun 2008 18:28:45 -0500 |
Matt Mackall |
util: add sort helper
|
Fri, 09 Nov 2007 21:24:25 -0200 |
Alexis S. L. Carvalho |
merge with crew-stable
|
Fri, 09 Nov 2007 20:21:35 -0200 |
Alexis S. L. Carvalho |
convert: display all errors if we couldn't open the source repo
|
Fri, 09 Nov 2007 20:21:35 -0200 |
Alexis S. L. Carvalho |
test-convert-darcs: skip if we can't find the elementtree module
|
Wed, 07 Nov 2007 17:40:39 -0800 |
Bryan O'Sullivan |
convert: abstract darcs's commandline handling
|
Thu, 01 Nov 2007 12:37:17 +0100 |
Patrick Mezard |
Merge with crew-stable
|
Tue, 30 Oct 2007 22:14:15 +0100 |
Patrick Mezard |
convert: fail if an external required tool is not found
|
Thu, 01 Nov 2007 12:05:14 +0100 |
Patrick Mezard |
Fix Windows os.popen bug with interleaved stdout/stderr output
|
Sun, 07 Oct 2007 18:59:03 +0200 |
Patrick Mezard |
convert: fix darcs_source.pull() under windows
|
Sun, 07 Oct 2007 18:58:54 +0200 |
Patrick Mezard |
convert: fix darcs_source._run() under windows
|
Tue, 02 Oct 2007 21:00:38 -0700 |
Bryan O'Sullivan |
convert: fix a few residual bugs in darcs importer
|
Tue, 02 Oct 2007 13:49:11 -0700 |
Bryan O'Sullivan |
convert: support darcs as a source repo
|