##// END OF EJS Templates
Don't use 'set -x', fix exports, sed and hexdump usage for Solaris.
Don't use 'set -x', fix exports, sed and hexdump usage for Solaris.

File last commit:

r749:7e4843b7 default
r800:ec85f9e6 default
Show More
test-backwards-remove.out
12 lines | 174 B | text/plain | TextLexer
/ tests / test-backwards-remove.out
+ hg init
+ echo This is file a1
+ hg add a
+ hg commit -m 'commit #0' -d '0 0'
+ ls
a
+ echo This is file b1
+ hg add b
+ hg commit -m 'commit #1' -d '0 0'
+ hg co 0
+ ls
a