view tests/test-commit-copy @ 7192:f31ba106fc19

patchbomb: mime-encode clean utf-8 patches (issue814) Fixes issue814, but only for utf.
author Christian Ebert <blacktrash@gmx.net>
date Mon, 20 Oct 2008 17:40:29 +0200
parents c0b449154a90
children
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/store/data/bar.i