view tests/test-issue433.t @ 13332:927e3940bfc3 stable

subrepo: fix update -C with svn subrepos when cwd != repo.root
author Patrick Mezard <pmezard@gmail.com>
date Tue, 01 Feb 2011 21:39:28 +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]