view tests/test-paths.t @ 12629:c623752b1af5

test-keyword: remove remaining sed calls
author Christian Ebert <blacktrash@gmx.net>
date Fri, 08 Oct 2010 18:39:46 +0100
parents e3247ceaca5e
children 6cc4b14fb76b
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 */b (glob)
  no changes found
  [1]
  $ cd ..
  $ hg -R a in dupe
  comparing with */b (glob)
  no changes found
  [1]