view tests/test-paths.t @ 12326:9d932e8e9546

tests: update debugcomplete output
author Matt Mackall <mpm@selenic.com>
date Mon, 20 Sep 2010 15:33:12 -0500
parents 4134686b83e1
children 3b165c127690
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]
  $ true