view tests/test-issue433 @ 10068:8f14f749f471 stable

subrepo: add default path to new clones
author Matt Mackall <mpm@selenic.com>
date Mon, 14 Dec 2009 15:01:13 -0600
parents 1de6e7e1bb9f
children
line wrap: on
line source

#!/bin/sh
# http://mercurial.selenic.com/bts/issue433

hg init a
cd a
echo a > a
hg commit -Ama

hg parents -r 0 doesnotexist
true