sapling/hgext/convert
Martin von Zweigbergk ee22e78a3b convert: use manifest.diff() instead of ctx.status()
mercurial_source.getchanges() seems to care about files whose nodeid
has changed even if their contents has not (i.e. it has been
reverted/backed out). The method uses ctx1.status(ctx2) to find
differencing files. However, that method is currently broken and
reports reverted changes as modified. In order to fix that method, we
first need to rewrite getchanges() using manifest.diff(), which does
report reverted files as modified (because it's about differences in
the manifest, so about nodeids).
2016-01-09 22:58:10 -08:00
..
__init__.py help: include parens in DEPRECATED/EXPERIMENTAL keywords 2015-09-26 11:38:39 +09:00
bzr.py grammar: use does instead of do where appropriate 2015-10-14 02:06:54 -04:00
common.py error: get Abort from 'error' instead of 'util' 2015-10-08 12:55:45 -07:00
convcmd.py convert: fix Python syntax in 'splice in' message 2015-10-19 16:49:54 +02:00
cvs.py grammar: use does instead of do where appropriate 2015-10-14 02:06:54 -04:00
cvsps.py cvsps: fix computation of parent revisions when log caching is on 2015-10-07 11:33:52 +03:00
darcs.py grammar: use does instead of do where appropriate 2015-10-14 02:06:54 -04:00
filemap.py error: get Abort from 'error' instead of 'util' 2015-10-08 12:55:45 -07:00
git.py grammar: use does instead of do where appropriate 2015-10-14 02:06:54 -04:00
gnuarch.py grammar: use does instead of do where appropriate 2015-10-14 02:06:54 -04:00
hg.py convert: use manifest.diff() instead of ctx.status() 2016-01-09 22:58:10 -08:00
monotone.py grammar: use does instead of do where appropriate 2015-10-14 02:06:54 -04:00
p4.py grammar: use does instead of do where appropriate 2015-10-14 02:06:54 -04:00
subversion.py convert/svn: quiet check-config 2015-12-08 08:37:12 +00:00
transport.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00