tests/test-revlog-packentry
author Wagner Bruna <wbruna@softwareexpress.com.br>
Wed, 30 Dec 2009 20:39:59 -0200
branchstable
changeset 10172 c5c969e9eefb
parent 5338 f87685355c9c
permissions -rwxr-xr-x
i18n: update po files for 703db37d186b and 0ddbc0299742

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