view tests/test-issue433 @ 5083:73169e5d2732

posixfile_nt: '+' was understood as read mode instead of update.
author Patrick Mezard <pmezard@gmail.com>
date Tue, 17 Jul 2007 23:33:42 +0200
parents 7a7d4937272b
children
line wrap: on
line source

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