diff tests/test-up-issue1456 @ 7630:a679bd371091

merge: fix execute bit update issue introduced by 89207edf3973
author Patrick Mezard <pmezard@gmail.com>
date Tue, 13 Jan 2009 22:41:06 +0100
parents 89207edf3973
children f331de880cbb
line wrap: on
line diff
--- a/tests/test-up-issue1456	Mon Jan 12 09:12:35 2009 +0100
+++ b/tests/test-up-issue1456	Tue Jan 13 22:41:06 2009 +0100
@@ -15,3 +15,10 @@
 cat foo
 hg st -A
 
+echo '% validate update of standalone execute bit change'
+hg up -C 0
+chmod -x foo
+hg ci -m removeexec
+hg up -C 0
+hg up
+hg st