[PATCH 04 of 11 STABLE] tests: add "(glob)" to paths in test-hgrc.t for Windows

FUJIWARA Katsunori foozy at lares.dti.ne.jp
Mon Oct 20 08:26:58 CDT 2014


# HG changeset patch
# User FUJIWARA Katsunori <foozy at lares.dti.ne.jp>
# Date 1413810488 -32400
#      Mon Oct 20 22:08:08 2014 +0900
# Branch stable
# Node ID ae05e90779d6a2a6d094f05933ba8a8c34f4c517
# Parent  8f590fd6c2b8dab83ee431c28e6ea5320c11f714
tests: add "(glob)" to paths in test-hgrc.t for Windows

diff --git a/tests/test-hgrc.t b/tests/test-hgrc.t
--- a/tests/test-hgrc.t
+++ b/tests/test-hgrc.t
@@ -30,7 +30,7 @@ Issue1199: Can't use '%' in hgrc (eg url
   $ cat .hg/hgrc
   # example repository config (see "hg help config" for more info)
   [paths]
-  default = $TESTTMP/foo%bar
+  default = $TESTTMP/foo%bar (glob)
   
   # path aliases to other clones of this repo in URLs or filesystem paths
   # (see "hg help config.paths" for more info)
@@ -224,4 +224,4 @@ source of paths is not mangled
   $ hg showconfig --debug paths
   plain: True
   read config from: $TESTTMP/hgrc
-  $TESTTMP/hgrc:17: paths.foo=$TESTTMP/bar
+  $TESTTMP/hgrc:17: paths.foo=$TESTTMP/bar (glob)


More information about the Mercurial-devel mailing list