diff -r 25f2d4cedd4c -r c9899d769cdb hgkw/keyword.py --- a/hgkw/keyword.py Fri Feb 22 14:23:48 2008 +0100 +++ b/hgkw/keyword.py Fri Mar 07 02:17:21 2008 +0100 @@ -87,7 +87,7 @@ from mercurial import commands, cmdutil, context, fancyopts, filelog from mercurial import localrepo, patch, revlog, templater, util -from mercurial.node import * +from mercurial.node import nullid, hex from mercurial.i18n import gettext as _ import getopt, os, re, shutil, tempfile, time