view tests/test-issue433 @ 10322:d9a2bc2f776b

add options dict to localrepo.store.opener and use it for defversion
author Vsevolod Solovyov <vsevolod.solovyov@gmail.com>
date Fri, 05 Feb 2010 19:10:26 +0100
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