tests/test-parseindex2.py.out
author Gábor Stefanik <gabor.stefanik@nng.com>
Tue, 25 Oct 2016 21:01:53 +0200
branchstable
changeset 30229 69ffbbe73dd0
parent 7110 75fdc39b6172
permissions -rw-r--r--
merge: avoid superfluous filemerges when grafting through renames (issue5407) This is a fix for a regression introduced by the patches for issue4028. The test changes are due to us doing fewer _checkcopies searches now, which makes some test outputs revert to the pre-issue4028 behavior. That issue itself remains fixed, we only skip copy tracing for files where it isn't relevant. As a nice side effect, this makes copy detection much faster when tracing backwards through lots of renames.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7110
75fdc39b6172 Add parseindex2.py test case
Bernhard Leiner <bleiner@gmail.com>
parents:
diff changeset
     1
done