sapling/hgext/convert
Durham Goode a17be08d31 convert: add function to test if file is from source
This adds a base implementation of a function that tests if a given file from a
target repo came from the source repo. This will be used later to detect which
files did not come from the source repo during a merge, so we can merge those
files correctly instead of dropping them.
2015-08-15 13:44:55 -07:00
..
__init__.py convert: document convert.hg.startrev 2015-07-29 21:31:56 -04:00
bzr.py convert: add support for specifying multiple revs 2015-07-08 10:27:43 -07:00
common.py convert: add function to test if file is from source 2015-08-15 13:44:55 -07:00
convcmd.py convert: add function to test if file is from source 2015-08-15 13:44:55 -07:00
cvs.py convert: add support for specifying multiple revs 2015-07-08 10:27:43 -07:00
cvsps.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
darcs.py convert: add support for specifying multiple revs 2015-07-08 10:27:43 -07:00
filemap.py convert: add config option for disabling ancestor parent checks 2015-06-29 13:44:24 -07:00
git.py merge with stable 2015-08-10 15:30:28 -05:00
gnuarch.py convert: add support for specifying multiple revs 2015-07-08 10:27:43 -07:00
hg.py convert: add config for recording the source name 2015-07-08 10:31:09 -07:00
monotone.py convert: add support for specifying multiple revs 2015-07-08 10:27:43 -07:00
p4.py convert: when getting file from Perforce concatenate data at the end 2015-07-30 00:58:05 +01:00
subversion.py convert: add support for specifying multiple revs 2015-07-08 10:27:43 -07:00
transport.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00