tests/test-issue433
author Brendan Cully <brendan@kublai.com>
Mon, 02 Jul 2007 10:59:16 -0700
changeset 4770 5ee5cbfceff3
parent 4659 7a7d4937272b
permissions -rwxr-xr-x
patch.extract: do not prepend subject if the description already starts with it

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

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

hg parents -r 0 doesnotexist
true