hgext/convert/convcmd.py
Thu, 25 Mar 2021 18:02:08 +0100 Raphaël Gomès contributor: change mentions of mpm to olivia
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Thu, 26 Dec 2019 19:05:55 +0100 Joerg Sonnenberger convert: refactor authormap into separate function for outside use
Sun, 06 Oct 2019 19:25:18 -0400 Gregory Szorc py3: define and use pycompat.iteritems() for hgext/
Sun, 06 Oct 2019 13:28:56 -0400 Gregory Szorc py3: manually import pycompat.open into files that need it
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, 26 Jan 2019 16:53:17 -0800 Gregory Szorc convert: print exception message directly
Mon, 18 Jun 2018 15:05:52 -0700 Martin von Zweigbergk convert: use progress helper
Mon, 18 Jun 2018 15:28:18 +0530 Pulkit Goyal py3: convert error instances to bytes using pycompat.bytestr()
Wed, 13 Jun 2018 22:51:08 +0530 Pulkit Goyal py3: replace `unicode` with pycompat.unicode
Fri, 27 Apr 2018 01:27:22 -0400 Augie Fackler convcmd: make a copy of heads before mutating it
Thu, 15 Feb 2018 17:18:26 +0100 Boris Feld util: extract all date-related utils in utils/dateutil module
Thu, 01 Mar 2018 17:47:49 -0500 Augie Fackler convcmd: use our shlex wrapper to avoid Python 3 tracebacks
Mon, 19 Feb 2018 23:44:41 +0530 Pulkit Goyal py3: use pycompat.byteskwargs in hgext/convert/
Tue, 13 Feb 2018 21:52:51 +0900 Yuya Nishihara convert: fix line ending of mapfile and commit.desc file
Mon, 12 Feb 2018 23:51:18 -0500 Augie Fackler convcmd: pass encoding name as a sysstr
Mon, 12 Feb 2018 23:50:58 -0500 Augie Fackler convert: open all files in binary mode
Sun, 21 Jan 2018 17:11:31 -0800 Gregory Szorc convert: use a collections.deque
Fri, 01 Dec 2017 16:53:55 +0530 Pulkit Goyal py3: use bytes in place of basestring
Sun, 26 Nov 2017 14:59:39 -0500 Matt Harbison convert: allow the sink object to be wrapped when the extension isn't loaded
Wed, 22 Nov 2017 20:49:01 -0500 Matt Harbison convert: save an indicator of the repo type for sources and sinks
Wed, 27 Sep 2017 19:08:23 +0900 Yuya Nishihara py3: replace str(None) with literal in convcmd.py
Sun, 03 Sep 2017 14:32:11 +0900 Yuya Nishihara doctest: bulk-replace string literals with b'' for Python 3
Mon, 14 Nov 2016 23:17:15 +0000 Jun Wu convert: migrate to util.iterfile
Sat, 14 May 2016 14:03:12 +0900 Yuya Nishihara py3: move up symbol imports to enforce import-checker rules
Wed, 13 Apr 2016 00:16:21 +0200 Mads Kiilerich convert: keep converted hg parents that are outside convert.hg.revs (BC)
Fri, 11 Mar 2016 22:29:51 +0800 Anton Shestakov convert: specify unit for ui.progress when operating on files
Wed, 02 Mar 2016 16:23:28 +0000 timeless convert: convcmd use absolute_import
Mon, 19 Oct 2015 16:49:54 +0200 Mads Kiilerich convert: fix Python syntax in 'splice in' message
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
Tue, 14 Jul 2015 14:40:56 +0100 Eugene Baranov convert: use 'default' for specifying branch name in branchmap (issue4753)
Wed, 08 Jul 2015 10:27:43 -0700 Durham Goode convert: add support for specifying multiple revs
Mon, 29 Jun 2015 13:40:20 -0700 Durham Goode convert: add config to not convert tags
Tue, 23 Jun 2015 22:20:08 -0700 Gregory Szorc global: mass rewrite to use modern exception syntax
Thu, 19 Mar 2015 17:40:19 +0100 Mads Kiilerich convert: optimize convert of files that are unmodified from p2 in merges
Thu, 12 Mar 2015 21:41:50 -0400 Augie Fackler convert: adjust progress bar for octopus merges (issue4169)
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
Mon, 19 May 2014 22:12:31 +0200 Mads Kiilerich convert: only consider shamap revisions converted if they still exists
Mon, 19 May 2014 22:11:14 +0200 Mads Kiilerich convert: rename sink hascommit to hascommitforsplicemap
Wed, 16 Apr 2014 01:10:08 +0200 Mads Kiilerich convert: backout 81cf597dafa9 and a3545c3104aa -closemap
Wed, 16 Apr 2014 01:09:49 +0200 Mads Kiilerich convert: backout b75a04502ced and 9616b03113ce - tagmap
Wed, 22 Jan 2014 15:40:17 -0600 Sean Farley convert: add tagmap logic
Tue, 21 Jan 2014 11:20:14 -0600 Sean Farley convert: add parseclosemap method
Tue, 28 Jan 2014 14:00:23 +1100 lstewart convert: use branchmap to change default branch in destination (issue3469) stable
Fri, 19 Jul 2013 14:20:11 +0200 Mads Kiilerich convert: remove unused and incorrect default handling for revmapfile
Wed, 08 May 2013 20:55:56 +0200 Szymon Wroblewski splicemap: support paths with spaces in splicemap (issue3844)
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
Thu, 13 Dec 2012 23:15:51 +0100 Mads Kiilerich convert: make toposort order stable when multiple orderings are possible
Tue, 15 Jan 2013 02:59:14 +0100 Mads Kiilerich convert: process splicemap in sorted order
Wed, 15 Aug 2012 22:38:42 +0200 Mads Kiilerich fix trivial spelling errors
Tue, 12 Jun 2012 14:18:18 +0200 Martin Geisler convert: lowercase status and abort messages
Sat, 12 May 2012 16:02:46 +0200 Brodie Rao cleanup: replace naked excepts with except Exception: ...
Sat, 12 May 2012 16:00:57 +0200 Brodie Rao cleanup: "not x in y" -> "x not in y"
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
Wed, 07 Jul 2010 00:06:59 +0200 Edouard Gomez convert: add bookmark support to main command
Wed, 16 Mar 2011 17:38:25 +0100 Martin Geisler i18n: don't mark trivial string for translation stable
Thu, 24 Feb 2011 00:45:02 +0530 Azhagu Selvan SP convert/svn: handle MissingTool exception from converter_sink class stable
Wed, 20 Oct 2010 10:07:38 +0200 timeless convert: kill trailing whitespace
Wed, 20 Oct 2010 10:02:54 +0200 timeless convert: fix typo in comment
Fri, 10 Sep 2010 01:34:14 +0200 Martin Geisler convert: deprecate --authors in preference for --authormap
Fri, 30 Jul 2010 10:38:54 +0300 timeless convert/progress: use plural and avoid retrieving stable
Sun, 09 May 2010 22:50:42 +0200 Patrick Mezard convert: display files data retrieval progress
Sun, 09 May 2010 22:50:07 +0200 Patrick Mezard convert: add progress support
Mon, 25 Jan 2010 00:05:27 -0600 Matt Mackall many, many trivial check-code fixups
Tue, 19 Jan 2010 22:45:09 -0600 Matt Mackall Merge with stable
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Mon, 30 Nov 2009 22:23:04 +0100 Patrick Mezard convert: better error on invalid repository type
Sun, 06 Sep 2009 15:29:14 +0200 Patrick Mezard convert: fix history topology when using hg.tagsbranch
Fri, 19 Jun 2009 13:47:50 +0200 Dirkjan Ochtman kill trailing whitespace
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:41 +0200 Patrick Mezard convert: default revisions order depends on source
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
Mon, 01 Jun 2009 17:12:38 +0200 Patrick Mezard convert: parse sort mode sooner
Mon, 01 Jun 2009 17:12:37 +0200 Patrick Mezard convert: split toposort() into subfunctions for readability
Sun, 17 May 2009 03:04:17 +0200 Benoit Boissinot convert: use set instead of dict
Sat, 16 May 2009 14:15:58 -0400 Greg Ward convert: improve docstrings, comments.
Wed, 13 May 2009 15:03:31 -0400 Michael J. Pedersen convert: adding branchmap functionality to convert extension
Sun, 26 Apr 2009 01:08:54 +0200 Martin Geisler updated license to be explicit about GPL version 2
Sat, 04 Apr 2009 18:04:38 +0200 Marti Raudsepp convert: handle comments starting with '#' in authormap files
Sat, 04 Apr 2009 15:41:32 +0200 Marti Raudsepp convert: fix authormap handling of lines without '='
Fri, 03 Apr 2009 14:51:48 -0500 Matt Mackall move encoding bits from util to encoding
Mon, 23 Mar 2009 13:13:27 +0100 Peter Arrenbrecht cleanup: whitespace cleanup
Mon, 23 Mar 2009 13:12:07 +0100 Peter Arrenbrecht cleanup: drop unused imports
Tue, 03 Mar 2009 21:32:23 +0000 Frank Kingswood convert: Perforce source for conversion to Mercurial 1.2
Sat, 03 Jan 2009 17:15:21 +0100 Martin Geisler lowercase ui.debug and assert output
Fri, 26 Sep 2008 20:33:47 +0200 Marek Kubica convert: add bzr source
Tue, 02 Sep 2008 22:21:19 +0200 Patrick Mezard convert: document source and sink identifiers, fix error message
Sun, 31 Aug 2008 16:12:02 +0200 Martin Geisler i18n: mark strings for translation in convert extension
Sat, 16 Aug 2008 14:46:56 +0200 Martin Geisler move % out of translatable strings
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
Sat, 02 Feb 2008 19:14:59 +0100 Mikkel Fahnøe Jørgensen initial version of monotone source for convert extension
Thu, 06 Mar 2008 22:23:41 +0100 Joel Rosdahl Remove unused imports
Fri, 07 Mar 2008 00:24:36 +0100 Thomas Arendsen Hein Removed trailing spaces from everything except test output
Thu, 28 Feb 2008 17:37:56 +0200 Marti Raudsepp convert: Clean up authormap key=value splitting.
Thu, 28 Feb 2008 17:37:56 +0200 Marti Raudsepp convert: Avoid redundant newline on authormap errors.
Thu, 28 Feb 2008 17:37:56 +0200 Marti Raudsepp convert: Ignore empty lines in authormap file.
Tue, 19 Feb 2008 10:53:40 -0800 Bryan O'Sullivan convert: document splicemap, allow setting of multiple parents
Sat, 16 Feb 2008 11:55:33 +0100 Patrick Mezard convert: improve cycles detection message
Sat, 16 Feb 2008 12:46:28 +0100 Patrick Mezard Merge with crew-stable
Sat, 16 Feb 2008 11:55:33 +0100 Patrick Mezard convert: fix --datesort ordering
Tue, 18 Dec 2007 14:01:34 -0600 Kirill Smelkov [RFC] convert: fix --datesort
Sat, 09 Feb 2008 13:13:46 +0100 Thomas Arendsen Hein convert: Don't decode unicode strings
Tue, 05 Feb 2008 09:30:08 +0100 Aleix Conchillo Flaque convert: added GNU Arch source converter
Fri, 01 Feb 2008 13:11:03 -0800 Bryan O'Sullivan convert: allow synthetic history to be spliced in.
Sat, 26 Jan 2008 20:04:31 +0100 Patrick Mezard Merge with crew-stable
Sat, 26 Jan 2008 14:45:04 +0100 Patrick Mezard convert: display source revision id with --verbose
Sat, 26 Jan 2008 19:55:04 +0100 Patrick Mezard convert: hg.clonebranches must pull missing parents (issue941)
Thu, 03 Jan 2008 06:25:30 +0900 Shun-ichi GOTO convert: print commit log message with local encoding correctly.
Tue, 18 Dec 2007 14:01:34 -0600 Kirill Smelkov [RFC] convert: fix --datesort
Sun, 09 Dec 2007 20:46:32 +0100 Patrick Mezard Merge with crew-stable
Sun, 09 Dec 2007 15:25:36 +0100 Patrick Mezard convert: move commands definition to ease demandload job (issue 860)
less more (0) tip