##// END OF EJS Templates
hg: always import hgdemandimport...
Gregory Szorc -
r49812:edab75a4 default
parent child Browse files
Show More
@@ -43,7 +43,6 b' from hgdemandimport import tracing'
43 with tracing.log('hg script'):
43 with tracing.log('hg script'):
44 # enable importing on demand to reduce startup time
44 # enable importing on demand to reduce startup time
45 try:
45 try:
46 if sys.version_info[0] < 3 or sys.version_info >= (3, 6):
47 import hgdemandimport
46 import hgdemandimport
48
47
49 hgdemandimport.enable()
48 hgdemandimport.enable()
General Comments 0
You need to be logged in to leave comments. Login now