tests/test-paths.t
changeset 12316 4134686b83e1
parent 11785 7d9be960cd9a
child 12346 3b165c127690
equal deleted inserted replaced
12315:ca58f6475f1d 12316:4134686b83e1
     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 .*/test-paths.t/b
     9   comparing with .*/test-paths.t/b
    10   no changes found
    10   no changes found
       
    11   [1]
    11   $ cd ..
    12   $ cd ..
    12   $ hg -R a in dupe
    13   $ hg -R a in dupe
    13   comparing with .*/test-paths.t/b
    14   comparing with .*/test-paths.t/b
    14   no changes found
    15   no changes found
       
    16   [1]
    15   $ true
    17   $ true