hgkw/keyword.py
branch0.9.2compat
changeset 422 c9899d769cdb
parent 420 25f2d4cedd4c
child 432 140fe33eacf3
--- 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