tests/test-issue433.t
author Augie Fackler <durin42@gmail.com>
Fri, 29 Apr 2011 08:46:21 -0500
changeset 14032 d98af1420930
parent 12346 3b165c127690
permissions -rw-r--r--
test-simplemerge-cmd.t: move all tests into test-contrib.t

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]