view tests/test-commit-copy @ 3722:5191e2299d63

Make sed expression in test-committer compatible with GNU sed 3.x.
author Thomas Arendsen Hein <thomas@intevation.de>
date Wed, 29 Nov 2006 08:49:45 +0100
parents 6990e499d71a
children c0b449154a90
line wrap: on
line source

#!/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/data/bar.i