tests/test-issue433.t
author Adrian Buehlmann <adrian@cadifra.com>
Fri, 18 Feb 2011 01:19:01 +0100
changeset 13533 b4f5f76386f2
parent 12346 3b165c127690
permissions -rw-r--r--
statichttprepo: abort if opener mode is 'r+' or 'rb+' The old version of the check failed to catch modifying modes 'r+' and 'rb+'.

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]