view tests/test-log @ 2766:c5ac397f7671

fix call to commands.setremoteconfig
author Bryan O'Sullivan <bos@serpentine.com>
date Wed, 02 Aug 2006 09:18:56 -0700
parents ae5ce3454ef5
children e7f70588af30
line wrap: on
line source

#!/bin/sh

hg init a

cd a
echo a > a
hg ci -Ama -d '1 0'

hg cp a b
hg ci -mb -d '2 0'

mkdir dir
hg mv b dir
hg ci -mc -d '3 0'

hg mv a b
hg ci -md -d '4 0'

hg mv dir/b e
hg ci -me -d '5 0'

hg log a
echo % -f, directory
hg log -f dir
echo % -f, but no args
hg log -f
echo % one rename
hg log -vf a
echo % many renames
hg log -vf e