[PATCH] test-log: enable for Windows

Adrian Buehlmann adrian at cadifra.com
Tue Jun 5 06:38:34 CDT 2012


# HG changeset patch
# User Adrian Buehlmann <adrian at cadifra.com>
# Date 1338896143 -7200
# Node ID 2e7dda59cb0eebd5bc467e83d0a1c03be4361aff
# Parent  ac74dd402e1ac07ce709e437fa5fcea3e78cc813
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