tests/test-issue433
author Edouard Gomez <ed.gomez@free.fr>
Fri, 12 Mar 2010 01:23:35 +0100
branchstable
changeset 10665 664bb0ce95ed
parent 8936 1de6e7e1bb9f
permissions -rwxr-xr-x
subrepo: forward the push to argument into _abssource

#!/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