##// END OF EJS Templates
merge with stable
Matt Mackall -
r20165:1c92524c merge default
parent child Browse files
Show More
@@ -122,6 +122,7 b' be separated by whitespaces::'
122 122 (options, args) = optparser.parse_args()
123 123
124 124 if options.doctest:
125 import os
125 126 if 'TERM' in os.environ:
126 127 del os.environ['TERM']
127 128 import doctest
General Comments 0
You need to be logged in to leave comments. Login now