tests/test-issue433.t
author Eduard-Cristian Stefan <alexandrul.ct@gmail.com>
Sun, 02 Jan 2011 15:30:12 +0200
branchstable
changeset 13231 b335882c2f21
parent 12346 3b165c127690
permissions -rw-r--r--
url: expand path for web.cacerts

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]