tests/test-issue433.t
author Christian Ebert <blacktrash@gmx.net>
Fri, 08 Oct 2010 18:39:46 +0100
changeset 12627 7d9162892899
parent 12346 3b165c127690
permissions -rw-r--r--
keyword: make iskwfile() a weeding method in lieu of a boolean Update iskwfile docstring.

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]