view tests/test-paths.t @ 12549:7b51cce70a37

merge stable into default
author Martin Roppelt <m.p.roppelt@web.de>
date Wed, 22 Sep 2010 09:22:42 +0200
parents 3b165c127690
children 5163e3c8aa52
line wrap: on
line source

  $ 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]