tests/test-merge3.out
author mpm@selenic.com
Sat, 23 Jul 2005 14:11:49 -0500
changeset 771 0de223012086
parent 767 61ed30e82b27
child 775 122449dd89db
permissions -rw-r--r--
Fixes for annotate Handle files that aren't in the repo Handle empty files

+ 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!