test-transplant: fix missing file addition

This commit is contained in:
Patrick Mezard 2011-04-25 21:11:28 +02:00
parent 0739231ee2
commit 7b07c85acf

View File

@ -351,12 +351,13 @@ test with a win32ext like setup (differing EOLs)
$ echo '[patch]' >> .hg/hgrc
$ echo 'eol = crlf' >> .hg/hgrc
$ python -c "file('b', 'wb').write('b\r\nb\r\n')"
$ hg ci -m addb
nothing changed
[1]
$ hg ci -Am addb
adding b
$ hg transplant -s ../twin1 tip
searching for changes
warning: repository is unrelated
applying 2e849d776c17
2e849d776c17 transplanted to 589cea8ba85b
2e849d776c17 transplanted to 8e65bebc063e
$ cat b
a\r (esc)
b\r (esc)