tests/test-issue433.t
author Martin Geisler <mg@lazybytes.net>
Sat, 23 Oct 2010 00:11:39 +0200
branchstable
changeset 12813 13fdef670c43
parent 12346 3b165c127690
permissions -rw-r--r--
gendoc: support multi-line synopses

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]