[PATCH] tests/test-grep: fix typo in s/Hg/hg/ invocation of hg(1)
Giorgos Keramidas
keramida at ceid.upatras.gr
Wed Aug 15 22:38:24 UTC 2007
# HG changeset patch
# User Giorgos Keramidas <keramida at ceid.upatras.gr>
# Date 1187217132 -10800
# Node ID e12ebb6f5fe8c278bd24bebd1571eafee0247bdd
# Parent 7e05bdeee7dec11c9462698af81ae0156a782a30
tests/test-grep: fix typo in s/Hg/hg/ invocation of hg(1)
diff --git a/tests/test-grep b/tests/test-grep
--- a/tests/test-grep
+++ b/tests/test-grep
@@ -62,7 +62,7 @@ echo octarine > color
echo octarine > color
hg ci -Amcolor
hg rename color colour
-Hg ci -Am rename
+hg ci -Am rename
hg grep octarine
# Used to crash here
hg grep -r 1 octarine
More information about the Mercurial-devel
mailing list