view tests/test-issue433 @ 10655:f63fb5c0cf67

shrink-revlog: add missing whitespace in expression
author Martin Geisler <mg@lazybytes.net>
date Thu, 11 Mar 2010 23:44:12 +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