tests/test-help.t
changeset 12376 97ffc68f71d3
parent 12375 02990e22150b
child 12389 4ac734b9b3fd
--- a/tests/test-help.t	Wed Sep 22 16:06:00 2010 -0500
+++ b/tests/test-help.t	Wed Sep 22 16:06:02 2010 -0500
@@ -189,7 +189,7 @@
 Test short command list with verbose option
 
   $ hg -v help shortlist
-  Mercurial Distributed SCM \(version .*\) (re)
+  Mercurial Distributed SCM (version *) (glob)
   
   Copyright (C) 2005-2010 Matt Mackall <mpm@selenic.com> and others
   This is free software; see the source for copying conditions. There is NO
@@ -341,7 +341,7 @@
 Test help option with version option
 
   $ hg add -h --version
-  Mercurial Distributed SCM \(version .+?\) (re)
+  Mercurial Distributed SCM (version *) (glob)
   
   Copyright (C) 2005-2010 Matt Mackall <mpm@selenic.com> and others
   This is free software; see the source for copying conditions. There is NO