[PATCH] test-phase-exchange: stabilize for Windows

Matt Harbison mharbison72 at gmail.com
Sun Jul 16 03:49:54 UTC 2017


# HG changeset patch
# User Matt Harbison <matt_harbison at yahoo.com>
# Date 1500176793 14400
#      Sat Jul 15 23:46:33 2017 -0400
# Node ID 21904723f1ce9ea0fc6541ee48611ba3ef7128fb
# Parent  389536aff376d32d38f13305021c127245d4126a
test-phase-exchange: stabilize for Windows

diff --git a/tests/test-phases-exchange.t b/tests/test-phases-exchange.t
--- a/tests/test-phases-exchange.t
+++ b/tests/test-phases-exchange.t
@@ -1298,11 +1298,17 @@
 
 #endif
 
-Test that clone behaves like pull and doesn't
-publish changesets as plain push does
+Test that clone behaves like pull and doesn't publish changesets as plain push
+does.  The conditional output accounts for changes in the conditional block
+above.
 
   $ hg -R Upsilon phase -q --force --draft 2
   test-debug-phase: move rev 2: 0 -> 1
+  test-debug-phase: move rev 3: 0 -> 1 (unix-permissions no-root !)
+  test-debug-phase: move rev 7: 0 -> 1 (unix-permissions no-root !)
+  test-debug-phase: move rev 8: 0 -> 1 (unix-permissions no-root !)
+  test-debug-phase: move rev 9: 0 -> 1 (unix-permissions no-root !)
+
   $ hg clone -q Upsilon Pi -r 7
   test-debug-phase: new rev 0:  x -> 0
   test-debug-phase: new rev 1:  x -> 0


More information about the Mercurial-devel mailing list