[PATCH 10 of 14] test-log: enable for Windows

Adrian Buehlmann adrian at cadifra.com
Fri Jun 8 13:18:50 UTC 2012


# HG changeset patch
# User Adrian Buehlmann <adrian at cadifra.com>
# Date 1339161065 -7200
# Node ID cc8b62d715c6134e9bb7b0f6ae752d53fef1f1ee
# Parent  5b40e5d20fa9f078cae75f9aa6fa252185aa7843
test-log: enable for Windows

diff --git a/tests/test-log.t b/tests/test-log.t
--- a/tests/test-log.t
+++ b/tests/test-log.t
@@ -1,5 +1,3 @@
-  $ "$TESTDIR/hghave" execbit || exit 80
-
 The g is crafted to have 2 filelog topological heads in a linear
 changeset graph
 
@@ -275,10 +273,12 @@
 
 log copies, execute bit set
 
+#if execbit
   $ chmod +x e
   $ hg ci -me3 -d '7 0'
   $ hg log -v --template '{rev} {file_copies}\n' -r 6
   6 
+#endif
 
 
 log -p d



More information about the Mercurial-devel mailing list