tests/test-merge3.out
author mpm@selenic.com
Sat, 23 Jul 2005 10:08:40 -0500
changeset 769 0c033ef053ab
parent 767 61ed30e82b27
child 775 122449dd89db
permissions -rw-r--r--
hgeditor: hide checksum mismatch message from md5sum

+ 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'
removing b
b never committed!