tests/test-paths.t
changeset 12587 e3247ceaca5e
parent 12376 97ffc68f71d3
child 12640 6cc4b14fb76b
equal deleted inserted replaced
12586:b96de59a2c39 12587:e3247ceaca5e
     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 */test-paths.t/b (glob)
     9   comparing with */b (glob)
    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 */test-paths.t/b (glob)
    14   comparing with */b (glob)
    15   no changes found
    15   no changes found
    16   [1]
    16   [1]