Skip to content
Snippets Groups Projects
Commit b247123d authored by Patrick Mezard's avatar Patrick Mezard
Browse files

test-transplant: fix missing file addition

parent 5da07017
No related branches found
No related tags found
No related merge requests found
......@@ -351,7 +351,6 @@
$ 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
......@@ -357,2 +356,4 @@
$ hg transplant -s ../twin1 tip
searching for changes
warning: repository is unrelated
applying 2e849d776c17
......@@ -358,5 +359,5 @@
applying 2e849d776c17
2e849d776c17 transplanted to 589cea8ba85b
2e849d776c17 transplanted to 8e65bebc063e
$ cat b
a\r (esc)
b\r (esc)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment