tests/test-revert-flags
author Augie Fackler <durin42@gmail.com>
Wed, 15 Apr 2009 10:33:58 -0500
changeset 8162 6f14253416bd
parent 6030 d0dbae32517c
permissions -rwxr-xr-x
monoblue: Fix indentation and other styling in the annotation view.

#!/bin/sh

"$TESTDIR/hghave" execbit || exit 80

hg init repo
cd repo
echo foo > foo
chmod 644 foo
hg ci -qAm '644'

chmod 755 foo
hg ci -qAm '755'

echo '% reverting to rev 0'
hg revert -a -r 0
hg st
hg diff --git