tests/test-paths.t
changeset 12372 5163e3c8aa52
parent 12346 3b165c127690
child 12375 02990e22150b
equal deleted inserted replaced
12371:48a4acd1ccf1 12372:5163e3c8aa52
     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
     9   comparing with .*/test-paths\.t/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 .*/test-paths.t/b
    14   comparing with .*/test-paths\.t/b
    15   no changes found
    15   no changes found
    16   [1]
    16   [1]