--- a/tests/test-transplant.t Thu Apr 21 15:10:59 2011 -0500
+++ b/tests/test-transplant.t Mon Apr 25 21:11:28 2011 +0200
@@ -351,12 +351,13 @@
$ 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)