tests/test-revlog-packentry
author Wagner Bruna <wbruna@softwareexpress.com.br>
Tue, 25 May 2010 13:20:33 -0300
branchstable
changeset 11244 cff6dfe28f02
parent 5338 f87685355c9c
permissions -rwxr-xr-x
i18n-pt_BR: added message from 1b8aa9ffa7dc

#!/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