# HG changeset patch # User Bryan O'Sullivan # Date 1365812829 25200 # Node ID ac31f586eff7857bcab9129e1f46ada0b505f2cf # Parent 67f3f02df1449a818665ef510b704b0f8cafb417 color: add missing import of error Found using Cython. diff -r 67f3f02df144 -r ac31f586eff7 hgext/color.py --- 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'