tests/test-commit-copy
author David Soria Parra <dsp@php.net>
Sat, 06 Dec 2008 16:15:59 +0100
changeset 7482 42cb14f20d76
parent 3853 c0b449154a90
permissions -rwxr-xr-x
bookmarks: Fix tests As we merge tags now with bookmarks we have add those tags to the tests.

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