test-transplant: fix missing file addition stable
authorPatrick Mezard <pmezard@gmail.com>
Mon, 25 Apr 2011 21:11:28 +0200
branchstable
changeset 14012 b247123d71f6
parent 13981 5da07017a4ce
child 14013 bcff4759d17d
child 14014 42d5165975ad
test-transplant: fix missing file addition
tests/test-transplant.t
--- 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)