view tests/test-issue433.t @ 13068:adff480db558 stable

makedirs: abort if parent == name (issue2531) catches unknown drive letters on Windows
author Adrian Buehlmann <adrian@cadifra.com>
date Wed, 01 Dec 2010 21:15:31 +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]