hgext/convert/__init__.py
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
less more (0) -100 -60 tip