view tests/test-issue433.t @ 12313:2912881c2a98

transplant: maintain list of transplants in dict
author Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
date Thu, 16 Sep 2010 16:00:29 +0200
parents ee41be2bbf5a
children 4134686b83e1
line wrap: on
line source

# http://mercurial.selenic.com/bts/issue433

  $ hg init
  $ echo a > a
  $ hg commit -Ama
  adding a

  $ hg parents -r 0 doesnotexist
  abort: 'doesnotexist' not found in manifest!

  $ true