tests/test-journal-exists
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Tue, 25 Nov 2008 17:54:49 +0100
changeset 7406 ee8af8a4d905
parent 5867 b6d8972ce339
child 9693 c40a1ee20aa5
permissions -rwxr-xr-x
hgweb: support broken IIS 5 behavior with .cgi in PATH_INFO

#!/bin/sh

hg init
echo a > a
hg ci -Am0

touch .hg/store/journal

echo foo > a
hg ci -Am0

hg recover