view tests/test-paths.t @ 12622:01b6f058021b

changegroupsubset: use readdelta() fast path when delta is against a parent
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Fri, 08 Oct 2010 18:00:15 -0500
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]