view tests/test-issue433.t @ 12310:8471261584a0

merge with crew
author Matt Mackall <mpm@selenic.com>
date Thu, 16 Sep 2010 16:07:22 -0500
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