D3107: tests: conditionalize test-commandserver.t based on extra extensions

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Fri Apr 6 21:21:40 EDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG6282c1965f8e: tests: conditionalize test-commandserver.t based on extra extensions (authored by indygreg, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D3107?vs=7689&id=7833

REVISION DETAIL
  https://phab.mercurial-scm.org/D3107

AFFECTED FILES
  tests/test-commandserver.t

CHANGE DETAILS

diff --git a/tests/test-commandserver.t b/tests/test-commandserver.t
--- a/tests/test-commandserver.t
+++ b/tests/test-commandserver.t
@@ -189,6 +189,8 @@
   > foo = bar
   > EOF
 
+#if no-extraextensions
+
   >>> from hgclient import check, readchannel, runcommand, sep
   >>> @check
   ... def localhgrc(server):
@@ -222,6 +224,7 @@
   ui.interactive=False
   ui.mergemarkers=detailed
   ui.nontty=true
+#endif
 
   $ rm -R foo
 



To: indygreg, #hg-reviewers, durin42
Cc: mercurial-devel


More information about the Mercurial-devel mailing list