tests/test-issue433.t
author Mads Kiilerich <mads@kiilerich.com>
Wed, 16 Feb 2011 04:28:11 +0100
changeset 13423 4e60dad2261f
parent 12346 3b165c127690
permissions -rw-r--r--
tests: test https through http proxy These tests fails for me with Python 2.6(.nothing)

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]