view tests/test-issue433.t @ 12346:3b165c127690

tests: drop final true command from unified tests
author Matt Mackall <mpm@selenic.com>
date Mon, 20 Sep 2010 16:00:15 -0500
parents b63f6422d2a7
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]