##// END OF EJS Templates
color: add missing import of error...
Bryan O'Sullivan -
r18921:ac31f586 default
parent child Browse files
Show More
@@ -103,7 +103,7 b' disable color.'
103 import os
103 import os
104
104
105 from mercurial import commands, dispatch, extensions, ui as uimod, util
105 from mercurial import commands, dispatch, extensions, ui as uimod, util
106 from mercurial import templater
106 from mercurial import templater, error
107 from mercurial.i18n import _
107 from mercurial.i18n import _
108
108
109 testedwith = 'internal'
109 testedwith = 'internal'
General Comments 0
You need to be logged in to leave comments. Login now