view tests/test-issue433.t @ 12358:d0a97814b7d7

Merge with crew
author Patrick Mezard <pmezard@gmail.com>
date Mon, 20 Sep 2010 23:42:23 +0200
parents b63f6422d2a7
children 3b165c127690
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!
  [255]

  $ true