From 94564038da01c7c923bc7ea8a32d841bbc13ff6a Mon Sep 17 00:00:00 2001 From: FUJIWARA Katsunori Date: Mon, 20 Oct 2014 22:08:08 +0900 Subject: [PATCH] tests: add "(glob)" to paths in test-url-rev.t for Windows --- tests/test-url-rev.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-url-rev.t b/tests/test-url-rev.t index f914312116..615c52a51a 100644 --- a/tests/test-url-rev.t +++ b/tests/test-url-rev.t @@ -43,7 +43,7 @@ Test basic functionality of url#rev syntax $ cat clone/.hg/hgrc # example repository config (see "hg help config" for more info) [paths] - default = $TESTTMP/repo#foo + default = $TESTTMP/repo#foo (glob) # path aliases to other clones of this repo in URLs or filesystem paths # (see "hg help config.paths" for more info)