tests/test-paths.t
author Brendan Cully <brendan@kublai.com>
Sun, 05 Sep 2010 13:37:17 -0700
changeset 12169 b62276658844
parent 11785 7d9be960cd9a
child 12316 4134686b83e1
permissions -rw-r--r--
zsh completion: bookmarks support

  $ hg init a
  $ hg clone a b
  updating to branch default
  0 files updated, 0 files merged, 0 files removed, 0 files unresolved
  $ cd a
  $ echo '[paths]' >> .hg/hgrc
  $ echo 'dupe = ../b' >> .hg/hgrc
  $ hg in dupe
  comparing with .*/test-paths.t/b
  no changes found
  $ cd ..
  $ hg -R a in dupe
  comparing with .*/test-paths.t/b
  no changes found
  $ true