tests/test-revlog-packentry
author Dongsheng Song <dongsheng.song@gmail.com>
Sun, 25 Jan 2009 15:11:43 +0800
changeset 7688 9e70287086c7
parent 5338 f87685355c9c
permissions -rwxr-xr-x
i18n: Starting Chinese Translation of Mercurial

#!/bin/sh

hg init repo
cd repo

touch foo
hg ci -Am 'add foo'

hg up -C null
# this should be stored as a delta against rev 0
echo foo bar baz > foo
hg ci -Am 'add foo again'

hg debugindex .hg/store/data/foo.i