tests/test-issue433
author Christian Ebert <blacktrash@gmx.net>
Sat, 13 Jan 2007 02:15:49 +0100
changeset 4027 2601ac9c54f0
parent 3719 199dcb97a5b6
child 4659 7a7d4937272b
permissions -rwxr-xr-x
patchbomb: fix timezone offset in message date header Use mercurial.util instead of time to set and format dates.

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