tests/test-commit-copy
author Marti Raudsepp <marti@juffo.org>
Sat, 04 Apr 2009 18:04:38 +0200
changeset 7968 43b70a964e0d
parent 3853 c0b449154a90
permissions -rwxr-xr-x
convert: handle comments starting with '#' in authormap files

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