tests/test-issue433
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Sun, 07 Feb 2010 00:43:24 +0100
changeset 10354 844d83da2da9
parent 8936 1de6e7e1bb9f
permissions -rwxr-xr-x
prepush: warn about every new outgoing named branch, not just the first

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