tests/test-issue433.t
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Sat, 12 Mar 2011 11:06:40 +0100
branchstable
changeset 13621 c0b0b00f0279
parent 12346 3b165c127690
permissions -rw-r--r--
tests: fix permission issue trying to remove test directory

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]