view tests/test-issue433.t @ 12326:9d932e8e9546

tests: update debugcomplete output
author Matt Mackall <mpm@selenic.com>
date Mon, 20 Sep 2010 15:33:12 -0500
parents 4134686b83e1
children b63f6422d2a7
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]

  $ true