comparison tests/test-revset-outgoing.t @ 23057:f41dd17ae6b7 stable

tests: add "(glob)" to paths in test-revset-outgoing.t for Windows
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
date Mon, 20 Oct 2014 22:08:08 +0900
parents 2be7d5ebd4d0
children 3d2ea1403c62
comparison
equal deleted inserted replaced
23056:d898c7e8c301 23057:f41dd17ae6b7
36 36
37 $ cd b 37 $ cd b
38 $ cat .hg/hgrc 38 $ cat .hg/hgrc
39 # example repository config (see "hg help config" for more info) 39 # example repository config (see "hg help config" for more info)
40 [paths] 40 [paths]
41 default = $TESTTMP/a#stable 41 default = $TESTTMP/a#stable (glob)
42 42
43 # path aliases to other clones of this repo in URLs or filesystem paths 43 # path aliases to other clones of this repo in URLs or filesystem paths
44 # (see "hg help config.paths" for more info) 44 # (see "hg help config.paths" for more info)
45 # 45 #
46 # default-push = ssh://jdoe@example.net/hg/jdoes-fork 46 # default-push = ssh://jdoe@example.net/hg/jdoes-fork
88 $ echo "green = ../a#default" >> .hg/hgrc 88 $ echo "green = ../a#default" >> .hg/hgrc
89 89
90 $ cat .hg/hgrc 90 $ cat .hg/hgrc
91 # example repository config (see "hg help config" for more info) 91 # example repository config (see "hg help config" for more info)
92 [paths] 92 [paths]
93 default = $TESTTMP/a#stable 93 default = $TESTTMP/a#stable (glob)
94 94
95 # path aliases to other clones of this repo in URLs or filesystem paths 95 # path aliases to other clones of this repo in URLs or filesystem paths
96 # (see "hg help config.paths" for more info) 96 # (see "hg help config.paths" for more info)
97 # 97 #
98 # default-push = ssh://jdoe@example.net/hg/jdoes-fork 98 # default-push = ssh://jdoe@example.net/hg/jdoes-fork