changeset 29981:129e38a76f2c

tests: clarify demandimport disabled state
author timeless <timeless@mozdev.org>
date Wed, 21 Sep 2016 03:39:37 +0000
parents 11b3a59e7435
children c89b55c8f936
files tests/test-demandimport.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-demandimport.py	Wed Sep 21 02:46:59 2016 +0000
+++ b/tests/test-demandimport.py	Wed Sep 21 03:39:37 2016 +0000
@@ -65,6 +65,7 @@
 
 demandimport.disable()
 os.environ['HGDEMANDIMPORT'] = 'disable'
+# this enable call should not actually enable demandimport!
 demandimport.enable()
 from mercurial import node
 print("node =", f(node))