view tests/test-revert-flags @ 7964:4946ecb3c6fa

i18n-de: translated archival.py, bundlerepo.py, changegroup.py and changelog.py
author Tobias Bell <tobias.bell@gmail.com>
date Fri, 03 Apr 2009 22:35:07 +0200
parents d0dbae32517c
children
line wrap: on
line source

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