view tests/test-merge3.out @ 771:0de223012086

Fixes for annotate Handle files that aren't in the repo Handle empty files
author mpm@selenic.com
date Sat, 23 Jul 2005 14:11:49 -0500
parents 61ed30e82b27
children 122449dd89db
line wrap: on
line source

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