view tests/test-issue433.t @ 13424:08f9c587141f

url: merge BetterHTTPS with httpsconnection to get some proxy https validation
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 16 Feb 2011 04:36:36 +0100
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]