# HG changeset patch # User Bryan O'Sullivan # Date 2013-04-13 00:27:09 # Node ID ac31f586eff7857bcab9129e1f46ada0b505f2cf # Parent 67f3f02df1449a818665ef510b704b0f8cafb417 color: add missing import of error Found using Cython. diff --git a/hgext/color.py b/hgext/color.py --- a/hgext/color.py +++ b/hgext/color.py @@ -103,7 +103,7 @@ disable color. 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'