(0.9.2compat) expand * import 0.9.2compat
authorChristian Ebert <blacktrash@gmx.net>
Fri, 07 Mar 2008 02:17:21 +0100
branch0.9.2compat
changeset 422 c9899d769cdb
parent 420 25f2d4cedd4c
child 424 6a310d6b40c4
(0.9.2compat) expand * import
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