view tests/test-issue433.t @ 13881:086c9f203a53

rebase: drop ancestor import
author Matt Mackall <mpm@selenic.com>
date Mon, 04 Apr 2011 23:14:03 -0500
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]