tests/test-issue1089.t
author David Golub
Fri, 24 Jun 2011 11:39:12 -0400
branchstable
changeset 14737 b39ed8c8e5e5
parent 12328 b63f6422d2a7
child 15447 9910f60a37ee
permissions -rw-r--r--
call reposetup for repositories returned from peer (issue2864) Extension setup functions were not being called when repositories were obtained using the peer function instead of the repository function.

http://mercurial.selenic.com/bts/issue1089

  $ hg init
  $ mkdir a
  $ echo a > a/b
  $ hg ci -Am m
  adding a/b

  $ hg rm a
  removing a/b
  $ hg ci -m m a

  $ mkdir a b
  $ echo a > a/b
  $ hg ci -Am m
  adding a/b

  $ hg rm a
  removing a/b
  $ cd b

Relative delete:

  $ hg ci -m m ../a