view tests/test-issue433.t @ 13194:b549ee324aef

test-doctest: test url.py again, removed by 7cc4263e07a9
author Patrick Mezard <pmezard@gmail.com>
date Tue, 28 Dec 2010 14:53:08 +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]