tests/test-debugrename
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Fri, 24 Aug 2007 00:38:08 +0200
changeset 5214 316ce5e85b3e
parent 4637 5a088ac232e6
permissions -rwxr-xr-x
check exec: return fallback in case of error during the check If there is any error while checking if exec is supported, we can return fallback. fix issue705

#!/bin/sh

hg init
echo a > a
hg ci -Am t

hg mv a b
hg ci -Am t1
hg debugrename b

hg mv b a
hg ci -Am t2
hg debugrename a

echo % test with --rev
hg debugrename --rev 1 b