##// END OF EJS Templates
Fixed test to notice .out file generated by run-test.
Fixed test to notice .out file generated by run-test.

File last commit:

r749:7e4843b7 default
r789:8162ff90 default
Show More
test-backwards-remove
12 lines | 192 B | text/plain | TextLexer
/ tests / test-backwards-remove
mpm@selenic.com
hg merge: fix time asymmetry bug with deleting files on update to past...
r383 #!/bin/sh -x
hg init
echo This is file a1 > a
hg add a
mpm@selenic.com
Update tests to use commit -m and default -u...
r749 hg commit -m "commit #0" -d "0 0"
mpm@selenic.com
hg merge: fix time asymmetry bug with deleting files on update to past...
r383 ls
echo This is file b1 > b
hg add b
mpm@selenic.com
Update tests to use commit -m and default -u...
r749 hg commit -m "commit #1" -d "0 0"
mpm@selenic.com
hg merge: fix time asymmetry bug with deleting files on update to past...
r383 hg co 0
# B should disappear
ls