diff tests/test-grep @ 2868:81f351c5264d

grep: display correct user/revision for --all in reverse. Also handle multiple occurrences of the same line by storing linestates in an array instead of a dict, and using difflib to compute the difference between linestates.
author Brendan Cully <brendan@kublai.com>
date Sat, 12 Aug 2006 13:51:14 -0700
parents 5e47e42b14ba
children 8eaaf1321bfe
line wrap: on
line diff
--- a/tests/test-grep
+++ b/tests/test-grep
@@ -18,6 +18,5 @@ head -n 3 port > port1
 mv port1 port
 hg commit -m 4 -u spam -d '4 0'
 hg grep port port
-echo 'FIXME: history is wrong here'
 hg grep --all -nu port port
 hg grep import port