view tests/test-issue433 @ 9034:8429062de8d3

compat: use email in favor of mimetools
author Alejandro Santos <alejolp@alejolp.com>
date Sun, 05 Jul 2009 11:04:55 +0200
parents 1de6e7e1bb9f
children
line wrap: on
line source

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