tests/test-issue433
author Martin Geisler <mg@lazybytes.net>
Sat, 01 May 2010 14:32:50 +0200
changeset 11058 f6dcbeb5babe
parent 8936 1de6e7e1bb9f
permissions -rwxr-xr-x
acl: cleanup module docstring - removed implementation detail about how the group information is obtained - fixed some language, better consistency - fixed bad comment in hgrc example

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