view tests/test-issue433.t @ 14055:421d56a055fd

drop {short,hex}(ctx.node()) calls in favor of ctx methods
author Alexander Solovyov <alexander@solovyov.net>
date Sat, 30 Apr 2011 12:55:07 +0200
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]