view tests/test-journal-exists @ 8606:1c5752dabf76

inotify: use a decorator instead of dispatching calls
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Fri, 22 May 2009 10:26:56 +0900
parents b6d8972ce339
children c40a1ee20aa5
line wrap: on
line source

#!/bin/sh

hg init
echo a > a
hg ci -Am0

touch .hg/store/journal

echo foo > a
hg ci -Am0

hg recover