Mercurial > public > mercurial-scm > hg
diff hgext/color.py @ 18921:ac31f586eff7
color: add missing import of error
Found using Cython.
author | Bryan O'Sullivan <bryano@fb.com> |
---|---|
date | Fri, 12 Apr 2013 17:27:09 -0700 |
parents | 8843182f3514 |
children | 7ae12ce87594 |
line wrap: on
line diff
--- a/hgext/color.py Fri Apr 12 17:20:09 2013 -0700 +++ b/hgext/color.py Fri Apr 12 17:27:09 2013 -0700 @@ -103,7 +103,7 @@ import os from mercurial import commands, dispatch, extensions, ui as uimod, util -from mercurial import templater +from mercurial import templater, error from mercurial.i18n import _ testedwith = 'internal'