tests/test-commit-copy
author Yuya Nishihara <yuya@tcha.org>
Wed, 28 Oct 2009 23:55:23 +0900
changeset 9660 e0eae93e6c67
parent 3853 c0b449154a90
permissions -rwxr-xr-x
extensions: changed to call extsetup() from extensions.loadall() previously uisetup() was invoked by extensions.loadall(), but extsetup() was by _dispatch(). there's no need to split them because we have nothing to do between uisetup() and extsetup(). this fixes issue1824 indirectly.

#!/bin/sh

hg init dir
cd dir
echo bleh > bar
hg add bar
hg ci -m 'add bar'

hg cp bar foo
echo >> bar
hg ci -m 'cp bar foo; change bar'

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