Mercurial > hg
changeset 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 | 67f3f02df144 |
children | d2c4d37f7db5 |
files | hgext/color.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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'