comparison tests/test-grep @ 8897:aa78a0583731

test-grep: fixed comment
author Martin Geisler <mg@lazybytes.net>
date Tue, 23 Jun 2009 14:41:16 +0200
parents 80cc4b1a62d0
children 1ef630452e0b
comparison
equal deleted inserted replaced
8896:b793ce68f082 8897:aa78a0583731
71 hg ci -Am rename 71 hg ci -Am rename
72 hg grep octarine 72 hg grep octarine
73 # Used to crash here 73 # Used to crash here
74 hg grep -r 1 octarine 74 hg grep -r 1 octarine
75 75
76 # Issue337: grep did not compared changesets by their revision numbers 76 # Issue337: test that grep follows parent-child relationships instead
77 # instead of following parent-child relationships. 77 # of just using revision numbers.
78 cd .. 78 cd ..
79 echo % issue 337 79 echo % issue 337
80 hg init issue337 80 hg init issue337
81 cd issue337 81 cd issue337
82 82