tests/test-issue433.t
author Idan Kamara <idankk86@gmail.com>
Sat, 23 Apr 2011 00:51:25 +0300
changeset 14004 97ed99d1f419
parent 12346 3b165c127690
permissions -rw-r--r--
eliminate various naked except clauses

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]