view tests/test-issue433.t @ 12955:158ca54a79cc stable

run-test: fixed wrong parenthesis Fixed wrong placement of end parenthesis, from b911cb80c671
author Erik Zielke <ez@aragost.com>
date Mon, 08 Nov 2010 10:56:47 +0100
parents 3b165c127690
children
line wrap: on
line source

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]