tests/test-revert-flags
author Patrick Mezard <pmezard@gmail.com>
Wed, 26 Nov 2008 22:27:37 +0100
changeset 7427 f21e3d0e335b
parent 6030 d0dbae32517c
permissions -rwxr-xr-x
util_win32: fix Windows version checking (issue1358) shell.SHGetPathFromIDList() segfaults when called in Apache.

#!/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