comparison tests/test-paths.t @ 12640:6cc4b14fb76b

tests: remove redundant globs Many globs now just match $TESTTMP and is no longer needed.
author Mads Kiilerich <mads@kiilerich.com>
date Fri, 08 Oct 2010 22:36:10 -0500
parents e3247ceaca5e
children 7285b2824fb7
comparison
equal deleted inserted replaced
12639:236058a65cb4 12640:6cc4b14fb76b
4 0 files updated, 0 files merged, 0 files removed, 0 files unresolved 4 0 files updated, 0 files merged, 0 files removed, 0 files unresolved
5 $ cd a 5 $ cd a
6 $ echo '[paths]' >> .hg/hgrc 6 $ echo '[paths]' >> .hg/hgrc
7 $ echo 'dupe = ../b' >> .hg/hgrc 7 $ echo 'dupe = ../b' >> .hg/hgrc
8 $ hg in dupe 8 $ hg in dupe
9 comparing with */b (glob) 9 comparing with $TESTTMP/b
10 no changes found 10 no changes found
11 [1] 11 [1]
12 $ cd .. 12 $ cd ..
13 $ hg -R a in dupe 13 $ hg -R a in dupe
14 comparing with */b (glob) 14 comparing with $TESTTMP/b
15 no changes found 15 no changes found
16 [1] 16 [1]