[PATCH 1 of 4] test-bundle: glob away a URL protocol separator

Matt Harbison mharbison72 at gmail.com
Sun Apr 9 02:37:45 UTC 2017


# HG changeset patch
# User Matt Harbison <matt_harbison at yahoo.com>
# Date 1491677199 14400
#      Sat Apr 08 14:46:39 2017 -0400
# Node ID c6379326f01a27b12a8bd6c90c6a5995dfe70edf
# Parent  c39e7c4b535c654d5b2f7790efebff2909986a04
test-bundle: glob away a URL protocol separator

MSYS thinks the ':' is a Unix path separator, and replaces it with ';'.

diff --git a/tests/test-bundle.t b/tests/test-bundle.t
--- a/tests/test-bundle.t
+++ b/tests/test-bundle.t
@@ -232,7 +232,7 @@
   adding manifests
   adding file changes
   added 9 changesets with 7 changes to 4 files (+1 heads)
-  changegroup hook: HG_HOOKNAME=changegroup HG_HOOKTYPE=changegroup HG_NODE=f9ee2f85a263049e9ae6d37a0e67e96194ffb735 HG_NODE_LAST=aa35859c02ea8bd48da5da68cd2740ac71afcbaf HG_SOURCE=pull HG_TXNID=TXN:$ID$ HG_URL=bundle:../full.hg
+  changegroup hook: HG_HOOKNAME=changegroup HG_HOOKTYPE=changegroup HG_NODE=f9ee2f85a263049e9ae6d37a0e67e96194ffb735 HG_NODE_LAST=aa35859c02ea8bd48da5da68cd2740ac71afcbaf HG_SOURCE=pull HG_TXNID=TXN:$ID$ HG_URL=bundle*../full.hg (glob)
   (run 'hg heads' to see heads, 'hg merge' to merge)
 
 Rollback empty


More information about the Mercurial-devel mailing list