[PATCH 3 of 6] test-status: glob fixes for Windows

Matt Harbison mharbison72 at gmail.com
Fri Jun 16 23:05:36 EDT 2017


# HG changeset patch
# User Matt Harbison <matt_harbison at yahoo.com>
# Date 1497659745 14400
#      Fri Jun 16 20:35:45 2017 -0400
# Node ID 95f24a8bc2b2663f43c6f3c60e5270659d1425d6
# Parent  1452c47128a707b930bb4cd3cea9e356ea40db39
test-status: glob fixes for Windows

diff --git a/tests/test-status.t b/tests/test-status.t
--- a/tests/test-status.t
+++ b/tests/test-status.t
@@ -123,12 +123,12 @@
   ? b/in_b (glob)
   ? in_root
   $ HGPLAINEXCEPT=tweakdefaults hg status --cwd a --config ui.tweakdefaults=yes
-  ? 1/in_a_1
+  ? 1/in_a_1 (glob)
   ? in_a
-  ? ../b/1/in_b_1
-  ? ../b/2/in_b_2
-  ? ../b/in_b
-  ? ../in_root
+  ? ../b/1/in_b_1 (glob)
+  ? ../b/2/in_b_2 (glob)
+  ? ../b/in_b (glob)
+  ? ../in_root (glob)
 
 relative paths can be requested
 
@@ -157,11 +157,11 @@
   > status.relative = False
   > EOF
   $ hg status --cwd a --config ui.tweakdefaults=yes
-  ? a/1/in_a_1 (glob)
-  ? a/in_a (glob)
-  ? b/1/in_b_1 (glob)
-  ? b/2/in_b_2 (glob)
-  ? b/in_b (glob)
+  ? a/1/in_a_1
+  ? a/in_a
+  ? b/1/in_b_1
+  ? b/2/in_b_2
+  ? b/in_b
   ? in_root
 
   $ cd ..


More information about the Mercurial-devel mailing list