view tests/test-issue433 @ 11913:628cdd158ec0

tests: unify test-subrepo-deep-nested-change
author Martin Geisler <mg@lazybytes.net>
date Tue, 17 Aug 2010 16:52:26 +0200
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