##// END OF EJS Templates
Provided platform dependent implementations for explain_exit...
Provided platform dependent implementations for explain_exit os.system return code is system dependent.

File last commit:

r749:7e4843b7 default
r782:cdb9e95b 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