tests/test-issue433
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Mon, 27 Aug 2007 14:21:04 -0300
changeset 5242 466323968b23
parent 4659 7a7d4937272b
permissions -rwxr-xr-x
Avoid adding to the changelog executable files added by the second parent. This was a regression introduced by b51a8138292a.

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