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

FUJIWARA Katsunori foozy at lares.dti.ne.jp
Mon Oct 20 08:27:01 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 670e98c9c9f1935c38466c5790b7ad4864a62609
# Parent  e5555e390871e982270f94cd62bfd771faa97f0b
tests: add "(glob)" to paths in test-revset-outgoing.t for Windows

diff --git a/tests/test-revset-outgoing.t b/tests/test-revset-outgoing.t
--- a/tests/test-revset-outgoing.t
+++ b/tests/test-revset-outgoing.t
@@ -38,7 +38,7 @@
   $ cat .hg/hgrc
   # example repository config (see "hg help config" for more info)
   [paths]
-  default = $TESTTMP/a#stable
+  default = $TESTTMP/a#stable (glob)
   
   # path aliases to other clones of this repo in URLs or filesystem paths
   # (see "hg help config.paths" for more info)
@@ -90,7 +90,7 @@
   $ cat .hg/hgrc
   # example repository config (see "hg help config" for more info)
   [paths]
-  default = $TESTTMP/a#stable
+  default = $TESTTMP/a#stable (glob)
   
   # path aliases to other clones of this repo in URLs or filesystem paths
   # (see "hg help config.paths" for more info)


More information about the Mercurial-devel mailing list