comparison tests/test-grep @ 5176:0edea751bbb2

test-grep: use lowercase hg command
author Matt Mackall <mpm@selenic.com>
date Wed, 15 Aug 2007 15:30:33 -0500
parents ee702e7f181f
children
comparison
equal deleted inserted replaced
5169:ee702e7f181f 5176:0edea751bbb2
60 hg init issue685 60 hg init issue685
61 cd issue685 61 cd issue685
62 echo octarine > color 62 echo octarine > color
63 hg ci -Amcolor 63 hg ci -Amcolor
64 hg rename color colour 64 hg rename color colour
65 Hg ci -Am rename 65 hg ci -Am rename
66 hg grep octarine 66 hg grep octarine
67 # Used to crash here 67 # Used to crash here
68 hg grep -r 1 octarine 68 hg grep -r 1 octarine