diff tests/test-check-help.t @ 40404:956ec6f1320d stable 4.8rc0

merge to stable for 4.8 release freeze
author Augie Fackler <augie@google.com>
date Mon, 22 Oct 2018 14:46:06 -0400
parents c36846abbcd3
children b6c610bf567e
line wrap: on
line diff
--- a/tests/test-check-help.t	Wed Oct 10 12:25:28 2018 -0400
+++ b/tests/test-check-help.t	Mon Oct 22 14:46:06 2018 -0400
@@ -7,7 +7,8 @@
   > import re
   > import sys
   > if sys.platform == "win32":
-  >     import os, msvcrt
+  >     import msvcrt
+  >     import os
   >     msvcrt.setmode(sys.stdout.fileno(), os.O_BINARY)
   > topics = set()
   > topicre = re.compile(br':hg:`help ([a-z0-9\-.]+)`')
@@ -25,5 +26,5 @@
 
   $ testrepohg files 'glob:{hgdemandimport,hgext,mercurial}/**/*.py' \
   > | sed 's|\\|/|g' \
-  > | xargs $PYTHON "$TESTTMP/scanhelptopics.py" \
-  > | xargs -n1 hg help > /dev/null
+  > | xargs "$PYTHON" "$TESTTMP/scanhelptopics.py" \
+  > | xargs -n1 hg help --config extensions.phabricator= > /dev/null