tests/test-issue433.t
author Matt Mackall <mpm@selenic.com>
Sat, 30 Oct 2010 02:47:35 -0500
branchstable
changeset 12893 15ca4bfecfe3
parent 12346 3b165c127690
permissions -rw-r--r--
debugindex: add --format flag to allow debugging parentdelta -f 1 shows extra data from revlogv1 (aka revlogng) including flags and size (based on a patch by Pradeepkumar Gayam <in3xes@gmail.com>)

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]