[PATCH 1 of 2 evolve-ext] test-sharing: fix globs for Windows

Matt Harbison mharbison72 at gmail.com
Sun Aug 2 02:19:53 UTC 2015


# HG changeset patch
# User Matt Harbison <matt_harbison at yahoo.com>
# Date 1438480440 14400
#      Sat Aug 01 21:54:00 2015 -0400
# Node ID b67aa51e6ed5b945b6bc5ff7c6cb6d28d1135e75
# Parent  4140d680784e2d1c9d78df76bf514014a384ee82
test-sharing: fix globs for Windows

diff --git a/tests/test-sharing.t b/tests/test-sharing.t
--- a/tests/test-sharing.t
+++ b/tests/test-sharing.t
@@ -29,7 +29,7 @@
   $ hg add file1
   $ hg commit -m'create new project'
   $ hg push
-  pushing to $TESTTMP/public
+  pushing to $TESTTMP/public (glob)
   searching for changes
   adding changesets
   adding manifests
@@ -40,7 +40,7 @@
 
   $ cd ../dev-repo
   $ hg pull -u
-  pulling from $TESTTMP/test-repo
+  pulling from $TESTTMP/test-repo (glob)
   requesting all changes
   adding changesets
   adding manifests
@@ -81,7 +81,7 @@
 the new obsolete changeset.
   $ cd ../dev-repo
   $ hg pull -u
-  pulling from $TESTTMP/test-repo
+  pulling from $TESTTMP/test-repo (glob)
   searching for changes
   adding changesets
   adding manifests
@@ -185,7 +185,7 @@
   $ hg commit -A -u alice -m 'fix bug 15 (v1)'
   adding file2
   $ hg push -B bug15
-  pushing to $TESTTMP/review
+  pushing to $TESTTMP/review (glob)
   searching for changes
   adding changesets
   adding manifests
@@ -200,7 +200,7 @@
   $ echo 'Fix.' > file2
   $ hg amend -m 'fix bug 15 (v2)'
   $ hg push
-  pushing to $TESTTMP/review
+  pushing to $TESTTMP/review (glob)
   searching for changes
   adding changesets
   adding manifests
@@ -226,7 +226,7 @@
   $ hg bookmark featureX
   $ hg commit -u bob -m 'implement feature X (v1)'
   $ hg push -B featureX
-  pushing to $TESTTMP/review
+  pushing to $TESTTMP/review (glob)
   searching for changes
   remote has heads on branch 'default' that are not known locally: cbdfbd5a5db2
   adding changesets
@@ -242,7 +242,7 @@
   $ echo 'do stuff' > file1
   $ hg amend -m 'implement feature X (v2)'
   $ hg push
-  pushing to $TESTTMP/review
+  pushing to $TESTTMP/review (glob)
   searching for changes
   remote has heads on branch 'default' that are not known locally: cbdfbd5a5db2
   adding changesets


More information about the Mercurial-devel mailing list