tests/test-revert-flags
author Matt Mackall <mpm@selenic.com>
Thu, 29 Oct 2009 19:03:16 -0500
changeset 9665 1de5ebfa5585
parent 6030 d0dbae32517c
permissions -rwxr-xr-x
walkchangerevs: drop ui arg

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