sapling/tests/test-commit-copy
2006-12-01 13:34:09 +01:00

15 lines
192 B
Bash
Executable File

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