tests/test-issue433.t
author Brodie Rao <brodie@bitheap.org>
Fri, 24 Sep 2010 15:50:57 -0500
changeset 12409 0eaf7d32a5d8
parent 12346 3b165c127690
permissions -rw-r--r--
test-ssh: test absolute paths in SSH URLs

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]