##// END OF EJS Templates
Updated TODO.
Updated TODO.

File last commit:

r749:7e4843b7 default
r759:d2c52a50 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