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, 13 Jul 2019 23:45:32 -0400 |
Valentin Gatien-Baron |
convert: add a config option to help doing identity hg->hg conversion
|
Thu, 05 Jul 2018 15:07:29 -0400 |
Matt Harbison |
convert: add a config knob for not saving the bzr revision
|
Fri, 13 Apr 2018 16:30:27 +0530 |
Pulkit Goyal |
py3: use b"%d" instead of str() to convert integers to bytes
|
Sun, 25 Feb 2018 13:40:46 +0900 |
Yuya Nishihara |
templatekw: switch non-showlist template keywords to new API
|
Tue, 28 Nov 2017 23:20:08 -0500 |
Matt Harbison |
convert: avoid wrong lfconvert defaults by moving configitems to core
stable
|
Wed, 18 Oct 2017 18:11:50 -0400 |
Augie Fackler |
convert: register missed subversion config items
|
Wed, 11 Oct 2017 05:42:56 +0200 |
Boris Feld |
configitems: register the 'convert.cvsps.logencoding' config
|
Fri, 30 Jun 2017 03:36:10 +0200 |
Boris Feld |
configitems: register the 'convert.p4.encoding' config
|
Fri, 30 Jun 2017 03:36:46 +0200 |
Boris Feld |
configitems: register the 'convert.svn.startrev' config
|
Fri, 30 Jun 2017 03:36:36 +0200 |
Boris Feld |
configitems: register the 'convert.svn.debugsvnlog' config
|
Fri, 30 Jun 2017 03:36:28 +0200 |
Boris Feld |
configitems: register the 'convert.skiptags' config
|
Fri, 30 Jun 2017 03:36:20 +0200 |
Boris Feld |
configitems: register the 'convert.p4.startrev' config
|
Fri, 30 Jun 2017 03:36:00 +0200 |
Boris Feld |
configitems: register the 'convert.localtimezone' config
|
Fri, 30 Jun 2017 03:35:55 +0200 |
Boris Feld |
configitems: register the 'convert.ignoreancestorcheck' config
|
Fri, 30 Jun 2017 03:35:48 +0200 |
Boris Feld |
configitems: register the 'convert.hg.usebranchnames' config
|
Fri, 30 Jun 2017 03:35:38 +0200 |
Boris Feld |
configitems: register the 'convert.hg.tagsbranch' config
|
Fri, 30 Jun 2017 03:35:29 +0200 |
Boris Feld |
configitems: register the 'convert.hg.startrev' config
|
Fri, 30 Jun 2017 03:35:22 +0200 |
Boris Feld |
configitems: register the 'convert.hg.sourcename' config
|
Fri, 30 Jun 2017 03:35:12 +0200 |
Boris Feld |
configitems: register the 'convert.hg.saverev' config
|
Fri, 30 Jun 2017 03:34:58 +0200 |
Boris Feld |
configitems: register the 'convert.hg.revs' config
|
Fri, 30 Jun 2017 03:34:49 +0200 |
Boris Feld |
configitems: register the 'convert.hg.ignoreerrors' config
|
Fri, 30 Jun 2017 03:34:45 +0200 |
Boris Feld |
configitems: register the 'convert.hg.clonebranches' config
|
Fri, 30 Jun 2017 03:34:32 +0200 |
Boris Feld |
configitems: register the 'convert.git.skipsubmodules' config
|
Fri, 30 Jun 2017 03:34:23 +0200 |
Boris Feld |
configitems: register the 'convert.git.similarity' config
|
Fri, 30 Jun 2017 03:34:14 +0200 |
Boris Feld |
configitems: register the 'convert.git.saverev' config
|
Fri, 30 Jun 2017 03:34:06 +0200 |
Boris Feld |
configitems: register the 'convert.git.renamelimit' config
|
Fri, 30 Jun 2017 03:34:00 +0200 |
Boris Feld |
configitems: register the 'convert.git.remoteprefix' config
|
Fri, 30 Jun 2017 03:33:51 +0200 |
Boris Feld |
configitems: register the 'convert.git.findcopiesharder' config
|
Fri, 30 Jun 2017 03:33:41 +0200 |
Boris Feld |
configitems: register the 'convert.git.extrakeys' config
|
Fri, 30 Jun 2017 03:33:29 +0200 |
Boris Feld |
configitems: register the 'convert.git.committeractions' config
|
Fri, 30 Jun 2017 03:33:25 +0200 |
Boris Feld |
configitems: register the 'convert.cvsps.mergeto' config
|
Fri, 30 Jun 2017 03:33:15 +0200 |
Boris Feld |
configitems: register the 'convert.cvsps.mergefrom' config
|
Fri, 30 Jun 2017 03:33:06 +0200 |
Boris Feld |
configitems: register the 'convert.cvsps.fuzz' config
|
Fri, 30 Jun 2017 03:32:53 +0200 |
Boris Feld |
configitems: register the 'convert.cvsps.cache' config
|
Tue, 11 Jul 2017 02:10:04 +0900 |
FUJIWARA Katsunori |
convert: transcode CVS log messages by specified encoding (issue5597)
|
Sat, 10 Jun 2017 02:20:14 -0400 |
Matt Harbison |
convert: correct the documentation about whitespace in branchmap branches
|
Sat, 09 Jan 2016 23:07:20 +0900 |
Yuya Nishihara |
registrar: move cmdutil.command to registrar module (API)
|
Sat, 14 Jan 2017 10:11:19 -0800 |
Gregory Szorc |
convert: remove "replacecommitter" action
|
Fri, 13 Jan 2017 23:21:10 -0800 |
Gregory Szorc |
convert: config option to control Git committer actions
|
Thu, 22 Dec 2016 23:28:35 -0700 |
Gregory Szorc |
convert: add config option to control storing original revision
|
Thu, 22 Dec 2016 23:28:11 -0700 |
Gregory Szorc |
convert: add config option to copy extra keys from Git commits
|
Sun, 18 Dec 2016 12:53:20 -0800 |
Gregory Szorc |
convert: config option for git rename limit
|
Tue, 23 Aug 2016 11:26:08 -0400 |
Augie Fackler |
extensions: change magic "shipped with hg" string
|
Sat, 14 May 2016 14:03:12 +0900 |
Yuya Nishihara |
py3: move up symbol imports to enforce import-checker rules
|
Sun, 13 Mar 2016 05:17:06 +0900 |
FUJIWARA Katsunori |
hgext: use templatekeyword to mark a function as template keyword
|
Wed, 02 Mar 2016 16:34:43 +0000 |
timeless |
convert: __init__ use absolute_import
|
Sat, 26 Sep 2015 11:38:39 +0900 |
Yuya Nishihara |
help: include parens in DEPRECATED/EXPERIMENTAL keywords
|
Mon, 24 Aug 2015 22:16:01 -0700 |
Durham Goode |
convert: add convert.git.skipsubmodules option
|
Wed, 22 Jul 2015 16:57:11 +0100 |
Eugene Baranov |
convert: when converting from Perforce use original local encoding by default
stable
|
Wed, 29 Jul 2015 21:31:56 -0400 |
Matt Harbison |
convert: document convert.hg.startrev
stable
|
Mon, 13 Jul 2015 21:37:46 -0700 |
Durham Goode |
convert: allow customizing git remote prefix
|
Wed, 08 Jul 2015 10:31:09 -0700 |
Durham Goode |
convert: add config for recording the source name
|
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
|
Fri, 29 May 2015 13:25:34 -0400 |
Matt Harbison |
convert: support incremental conversion with hg subrepos
|
Tue, 28 Apr 2015 16:44:37 -0400 |
Augie Fackler |
extensions: document that `testedwith = 'internal'` is special
|
Tue, 23 Sep 2014 14:45:23 -0700 |
Siddharth Agarwal |
convert: change default for git rename detection to 50%
|
Fri, 12 Sep 2014 12:28:30 -0700 |
Siddharth Agarwal |
convert: add support to find git copies from all files in the working copy
|
Fri, 12 Sep 2014 11:23:26 -0700 |
Siddharth Agarwal |
convert: add support to detect git renames and copies
|
Fri, 12 Sep 2014 10:17:56 -0700 |
Siddharth Agarwal |
convert: add initial docs for git sources
|
Tue, 26 Aug 2014 22:03:32 +0200 |
Mads Kiilerich |
convert: introduce --full for converting all files
|
Sun, 04 May 2014 22:02:25 -0700 |
Gregory Szorc |
convert: define norepo in command decorator
|
Sun, 04 May 2014 21:17:04 -0700 |
Gregory Szorc |
convert: declare commands using decorator
|
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
|
Sun, 13 Apr 2014 19:01:00 +0200 |
Mads Kiilerich |
spelling: fixes from spell checker
|
Wed, 19 Mar 2014 16:21:53 -0500 |
Matt Mackall |
merge with stable
|
Wed, 19 Mar 2014 00:19:54 +0100 |
Mads Kiilerich |
convert: more clear documentation of the 'include' default of a 'include .'
stable
|
Wed, 22 Jan 2014 15:43:21 -0600 |
Sean Farley |
convert: add tagmap option
|
Tue, 21 Jan 2014 11:35:17 -0600 |
Sean Farley |
convert: add closemap option
|
Sat, 20 Jul 2013 00:43:08 +0200 |
Mads Kiilerich |
convert: introduce hg.revs to replace hg.startrev and --rev with a revset
|
Fri, 19 Jul 2013 02:32:36 +0200 |
Mads Kiilerich |
convert: fix description of 'convert --rev'
|
Sun, 24 Mar 2013 00:06:52 +0700 |
Constantine Linnick |
convert: add closesort algorithm to mercurial sources
|
Mon, 14 Jan 2013 10:17:06 -0600 |
Kevin Bullock |
merge with stable
|
Mon, 14 Jan 2013 23:14:45 +0900 |
FUJIWARA Katsunori |
convert: correct 'hooks' section name in online help
stable
|
Sun, 18 Nov 2012 12:26:50 -1000 |
Julian Cowley |
convert: add config option to use the local time zone
|
Wed, 15 Aug 2012 22:38:42 +0200 |
Mads Kiilerich |
fix trivial spelling errors
|
Wed, 25 Jul 2012 16:40:38 +0900 |
FUJIWARA Katsunori |
doc: unify section level between help topics
stable
|
Thu, 26 Jul 2012 02:54:13 +0200 |
Mads Kiilerich |
help: fix some instances of 'the the'
stable
|
Tue, 15 May 2012 14:37:49 -0500 |
Augie Fackler |
hgext: mark all first-party extensions as such
|
Sat, 12 May 2012 15:54:54 +0200 |
Brodie Rao |
cleanup: eradicate long lines
|
Tue, 18 Oct 2011 10:32:12 -0500 |
Eli Carter |
convert: fix typo
stable
|
Sat, 19 Mar 2011 19:50:55 +0100 |
Patrick Mezard |
i18n: register new template keywords for translation
|
Thu, 17 Mar 2011 22:17:27 +0100 |
Patrick Mezard |
convert: add svnrev, svnpath and svnuuid template keywords
|
Fri, 25 Feb 2011 21:01:30 +0300 |
Pavel Boldin |
convert.svn: branch name which equals trunk means `default' branch (issue2653)
stable
|
Wed, 16 Feb 2011 21:02:19 -0200 |
Wagner Bruna |
convert: fix typos in docstring
stable
|
Thu, 04 Nov 2010 18:19:10 +0100 |
Martin Geisler |
convert: better ReST markup in docstring
|
Thu, 04 Nov 2010 18:11:10 +0100 |
Martin Geisler |
convert: split docstring lists for easier translation
|
Thu, 04 Nov 2010 14:14:47 +0100 |
Erik Zielke |
convert: use field list instead of option list in help
|
Tue, 19 Oct 2010 13:39:34 +0200 |
Erik Zielke |
help: different section separators
|
Fri, 10 Sep 2010 20:11:42 +0200 |
Martin Geisler |
convert: move -A option to --authormap
|
Fri, 10 Sep 2010 01:34:14 +0200 |
Martin Geisler |
convert: deprecate --authors in preference for --authormap
|
Fri, 10 Sep 2010 01:04:32 +0200 |
Martin Geisler |
merge with stable
|
Fri, 10 Sep 2010 00:07:38 +0200 |
Martin Geisler |
convert: better grouping of command line flags in help
|
Fri, 10 Sep 2010 00:36:01 +0200 |
Martin Geisler |
convert: help string cleanups
stable
|
Fri, 10 Sep 2010 00:30:36 +0200 |
Martin Geisler |
convert: better quoting in help text
stable
|
Fri, 10 Sep 2010 00:22:46 +0200 |
Martin Geisler |
convert: show example splice, author, and branch map entries in help
stable
|
Mon, 26 Jul 2010 22:29:49 +0200 |
Patrick Mezard |
cleanup: typos
|
Thu, 08 Jul 2010 15:44:14 +0200 |
Mads Kiilerich |
convert: cleanup of filemap help text
stable
|
Sun, 06 Jun 2010 17:25:00 +0900 |
FUJIWARA Katsunori |
help: show value requirement and multiple occurrence of options
|
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
|
Tue, 15 Dec 2009 10:37:23 +0000 |
Frank Kingswood |
convert: implement two hooks in builtin cvsps
|
Fri, 23 Oct 2009 22:55:28 +0200 |
Martin Geisler |
convert: document parent order in splicemap help (issue1764)
|
Mon, 05 Oct 2009 22:57:15 +0200 |
Patrick Mezard |
convert/cvs: stop supporting external cvsps
|
Tue, 22 Sep 2009 13:30:32 +0200 |
Patrick Mezard |
convert/cvs: update debugcvsps documentation
|
Sun, 26 Jul 2009 01:44:41 +0200 |
Martin Geisler |
convert: wrap docstrings at 70 characters
|
Thu, 16 Jul 2009 23:25:26 +0200 |
Martin Geisler |
commands: use minirst parser when displaying help
|
Thu, 09 Jul 2009 20:15:15 +0200 |
Martin Geisler |
convert: fix inconsistent indentation in help text
|
Wed, 08 Jul 2009 23:12:40 +0200 |
Martin Geisler |
convert: fixed typo in docstring
|
Tue, 07 Jul 2009 23:54:42 +0200 |
Martin Geisler |
convert: wrapped docstrings at 78 characters
|
Wed, 24 Jun 2009 12:25:56 +0200 |
Dirkjan Ochtman |
extensions: fix up description lines some more
|
Mon, 22 Jun 2009 15:48:08 +0200 |
Cédric Duval |
extensions: improve the consistency of synopses
|
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: add --sourcesort option for source specific sort
|
Sun, 31 May 2009 14:55:51 +0200 |
Martin Geisler |
fixed typos found in translatable strings
|
Sun, 24 May 2009 16:27:56 +0200 |
Patrick Mezard |
convert: deprecate external cvsps, to be removed in 1.4
|