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)
|