sapling/tests/test-merge3.out
2005-07-23 17:08:12 +01:00

12 lines
189 B
Plaintext

+ hg init
+ echo This is file a1
+ hg add a
+ hg commit -m 'commit #0' -d '0 0'
+ touch b
+ hg add b
+ rm b
+ hg commit -A '-mcomment #1' -d '0 0'
adding .out
removing b
b never committed!