view tests/test-issue433.t @ 13569:3ab3b892d223

subrepo: show the source that git pulls
author Eric Eisner <ede@mit.edu>
date Tue, 08 Mar 2011 15:36:56 -0500
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]