##// END OF EJS Templates
dirstate: add prefix and suffix arguments to backup...
dirstate: add prefix and suffix arguments to backup This would allow the code explicitly copying dirstate to use this method instead. Use of this method will increase encapsulation (the dirstate class will be sole owner of its on-disk storage).

File last commit:

r29013:9a8363d2 stable
r29189:930d4ee4 default
Show More
test-bdiff.py.out
27 lines | 464 B | text/plain | TextLexer
/ tests / test-bdiff.py.out
Martin Geisler
tests: renamed Python tests to .py
r8449 *** 'a\nc\n\n\n\n' 'a\nb\n\n\n'
*** 'a\nb\nc\n' 'a\nc\n'
*** '' ''
*** 'a\nb\nc' 'a\nb\nc'
*** 'a\nb\nc\nd\n' 'a\nd\n'
*** 'a\nb\nc\nd\n' 'a\nc\ne\n'
*** 'a\nb\nc\n' 'a\nc\n'
*** 'a\n' 'c\na\nb\n'
*** 'a\n' ''
*** 'a\n' 'b\nc\n'
*** 'a\n' 'c\na\n'
*** '' 'adjfkjdjksdhfksj'
*** '' 'ab'
*** '' 'abc'
*** 'a' 'a'
*** 'ab' 'ab'
*** 'abc' 'abc'
*** 'a\n' 'a\n'
*** 'a\nb' 'a\nb'
6 6 'y\n\n'
6 6 'y\n\n'
9 9 'y\n\n'
Matt Mackall
bdiff: deal better with duplicate lines...
r29013 0 0 'a\nb\nb\n'
12 12 'b\nc\n.\n'
16 18 ''
Martin Geisler
tests: renamed Python tests to .py
r8449 done
Patrick Mezard
mdiff: replace wscleanup() regexps with C loops...
r15530 done