view tests/test-issue433.t @ 12878:1634287b6ab1 stable

qnew: give better feedback when doing 'hg qnew foo/' (issue2464)
author Martin Geisler <mg@aragost.com>
date Fri, 29 Oct 2010 15:25:21 +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]