sapling/hgext/convert
Augie Fackler 21638a3adf convert: adjust progress bar for octopus merges (issue4169)
For merges, we walk the files N-1 times, where N is the number of
parents. This means that for an octopus merge with 3 parents and 2
changed files, we actually fetch 6 files. This corrects the progress
output of the convert command when such commits are encountered.
2015-03-12 21:41:50 -04:00
..
__init__.py convert: change default for git rename detection to 50% 2014-09-23 14:45:23 -07:00
bzr.py convert: introduce --full for converting all files 2014-08-26 22:03:32 +02:00
common.py style: kill ersatz if-else ternary operators 2015-03-13 17:00:06 -04:00
convcmd.py convert: adjust progress bar for octopus merges (issue4169) 2015-03-12 21:41:50 -04:00
cvs.py convert: introduce --full for converting all files 2014-08-26 22:03:32 +02:00
cvsps.py cvsps: use a different tiebreaker to avoid flaky test 2015-03-13 14:20:13 -04:00
darcs.py convert: introduce --full for converting all files 2014-08-26 22:03:32 +02:00
filemap.py convert: introduce --full for converting all files 2014-08-26 22:03:32 +02:00
git.py convert: use git diff-tree -Cn% instead of --find-copies=n% for older git 2014-11-06 09:36:39 +01:00
gnuarch.py style: kill ersatz if-else ternary operators 2015-03-13 17:00:06 -04:00
hg.py style: kill ersatz if-else ternary operators 2015-03-13 17:00:06 -04:00
monotone.py convert: when converting from monotone, use the number 1 for close in extras 2015-01-21 00:02:17 +01:00
p4.py convert: introduce --full for converting all files 2014-08-26 22:03:32 +02:00
subversion.py style: kill ersatz if-else ternary operators 2015-03-13 17:00:06 -04:00
transport.py spelling: dependent 2012-08-17 13:58:18 -07:00