tests/test-issue433
author Adrian Buehlmann <adrian@cadifra.com>
Thu, 24 Jul 2008 16:32:51 +0200
changeset 6839 01db3e101362
parent 4659 7a7d4937272b
child 8936 1de6e7e1bb9f
permissions -rwxr-xr-x
move filename encoding functions from util.py to new store.py

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