diff tests/test-grep @ 5169:ee702e7f181f

test-grep: test issue 685
author Patrick Mezard <pmezard@gmail.com>
date Wed, 15 Aug 2007 16:18:40 +0200
parents 242026115e6a
children 0edea751bbb2
line wrap: on
line diff
--- a/tests/test-grep
+++ b/tests/test-grep
@@ -52,3 +52,17 @@ echo blue >> color
 hg ci -m 3 -d '0 0'
 hg grep orange
 hg grep --all orange
+
+# Got a traceback when using grep on a single
+# revision with renamed files.
+cd ..
+echo % issue 685
+hg init issue685
+cd issue685
+echo octarine > color
+hg ci -Amcolor
+hg rename color colour
+Hg ci -Am rename
+hg grep octarine
+# Used to crash here
+hg grep -r 1 octarine