tests/test-commit-copy
author Martin Geisler <mg@lazybytes.net>
Thu, 10 Dec 2009 22:28:09 +0100
changeset 10029 c4cc230c3277
parent 3853 c0b449154a90
permissions -rwxr-xr-x
mercurial.iss: backout 08bbed8ac9b8 Not a complete backout, the bash_completion script is still installed.

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