tests/test-paths.t
author Christoph Mewes <christoph@webvariants.de>
Fri, 24 Sep 2010 02:17:54 +0200
changeset 12562 12f58fa94a31
parent 12346 3b165c127690
child 12372 5163e3c8aa52
permissions -rw-r--r--
i18n-de: parentrevspec extension

  $ 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
  [1]
  $ cd ..
  $ hg -R a in dupe
  comparing with .*/test-paths.t/b
  no changes found
  [1]