[PATCH 2 of 2] test-extdiff: Demonstrate Issue1562: x bit is lost after edits in tmp copy

Mads Kiilerich mads at kiilerich.com
Thu Apr 9 07:43:41 CDT 2009


# HG changeset patch
# User Mads Kiilerich <mads at kiilerich.com>
# Date 1239280801 -7200
# Node ID 92e58b08bcf109c1bf9932bd35777d21d6354e56
# Parent  a1739831bf1ed32b12fd3a89f1c6692f9a944874
test-extdiff: Demonstrate Issue1562: x bit is lost after edits in tmp copy

diff --git a/tests/test-extdiff b/tests/test-extdiff
--- a/tests/test-extdiff
+++ b/tests/test-extdiff
@@ -49,6 +49,7 @@
 hg update -C 0 > /dev/null
 echo changed > a
 echo changed > b
+chmod +x b
 echo % diff in working directory, before
 hg diff --git
 echo % edit with extdiff -p


More information about the Mercurial-devel mailing list