tests/test-issue433.t
author Matt Mackall <mpm@selenic.com>
Fri, 22 Apr 2011 11:32:05 -0500
changeset 13992 ec4ae5727f07
parent 12346 3b165c127690
permissions -rw-r--r--
run-tests: keep a list of passed tests

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]