tests/test-commit-copy
author Steve Borho <steve@borho.org>
Tue, 26 Feb 2008 06:25:11 -0600
changeset 6175 7f9f3233a2c6
parent 3853 c0b449154a90
permissions -rwxr-xr-x
add explicit extension disabling syntax to hgrc.5

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