view tests/test-issue433.t @ 12207:97e37994a6c3

merge with stable
author Martin Geisler <mg@lazybytes.net>
date Fri, 10 Sep 2010 20:19:16 +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