view tests/test-issue433.t @ 12297:a424fa60e742

merge with crew
author Matt Mackall <mpm@selenic.com>
date Wed, 15 Sep 2010 09:09:17 -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