<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Feb 13, 2013 at 12:05 AM, Simon Heimberg <span dir="ltr"><<a href="mailto:simohe@besonet.ch" target="_blank">simohe@besonet.ch</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"># HG changeset patch<br>
# User Simon Heimberg <<a href="mailto:simohe@besonet.ch">simohe@besonet.ch</a>><br>
# Date 1350336748 -7200<br>
# Node ID a36b0c19bec9b4d43ab250b091fbddb614d75374<br>
# Parent  282ccb8b49295d2fafb987ca1d7a1e609c18f3fa<br>
tests: remove glob from output lines containing no glob character<br></blockquote><div><br></div><div style>Message is a bit misleading (the first hunk doesn't remove (glob)). </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<br>
diff -r 282ccb8b4929 -r a36b0c19bec9 tests/test-https.t<br>
--- a/tests/test-https.t        Mon Okt 15 23:28:45 2012 +0200<br>
+++ b/tests/test-https.t        Mon Okt 15 23:32:28 2012 +0200<br>
@@ -106,7 +106,7 @@<br>
<br>
 #if windows<br>
   $ hg serve -p $HGPORT --certificate=$PRIV 2>&1<br>
-  abort: cannot start server at ':$HGPORT': (glob)<br>
+  abort: cannot start server at ':$HGPORT':* (glob)<br>
   [255]<br>
 #else<br>
   $ hg serve -p $HGPORT --certificate=$PRIV 2>&1<br>
diff -r 282ccb8b4929 -r a36b0c19bec9 tests/test-walk.t<br>
--- a/tests/test-walk.t Mon Okt 15 23:28:45 2012 +0200<br>
+++ b/tests/test-walk.t Mon Okt 15 23:32:28 2012 +0200<br>
@@ -155,7 +155,7 @@<br>
   abort: path 'mammals/.hg' is inside nested repo 'mammals' (glob)<br>
   [255]<br>
   $ hg debugwalk ../.hg<br>
-  abort: path contains illegal component: .hg (glob)<br>
+  abort: path contains illegal component: .hg<br>
   [255]<br>
   $ cd ..<br>
<br>
@@ -187,10 +187,10 @@<br>
   abort: beans/../.. not under root '$TESTTMP/t' (glob)<br>
   [255]<br>
   $ hg debugwalk .hg<br>
-  abort: path contains illegal component: .hg (glob)<br>
+  abort: path contains illegal component: .hg<br>
   [255]<br>
   $ hg debugwalk beans/../.hg<br>
-  abort: path contains illegal component: .hg (glob)<br>
+  abort: path contains illegal component: .hg<br>
   [255]<br>
   $ hg debugwalk beans/../.hg/data<br>
   abort: path contains illegal component: .hg/data (glob)<br>
_______________________________________________<br>
Mercurial-devel mailing list<br>
<a href="mailto:Mercurial-devel@selenic.com">Mercurial-devel@selenic.com</a><br>
<a href="http://selenic.com/mailman/listinfo/mercurial-devel" target="_blank">http://selenic.com/mailman/listinfo/mercurial-devel</a><br>
</blockquote></div><br></div></div>