hgkw/keyword.py
changeset 423 7d1aeda2d0cc
parent 421 439a24d34a13
child 431 4fb8a2e526ff
child 436 ca455dfc5c80
--- a/hgkw/keyword.py	Fri Feb 15 17:57:45 2008 +0100
+++ b/hgkw/keyword.py	Fri Mar 07 02:21:34 2008 +0100
@@ -83,15 +83,15 @@
 from mercurial import commands, cmdutil, context, dispatch, filelog, revlog
 from mercurial import patch, localrepo, templater, templatefilters, util
 from mercurial.hgweb import webcommands
-from mercurial.node import *
+from mercurial.node import nullid, hex
 from mercurial.i18n import _
 import re, shutil, tempfile, time
 
 commands.optionalrepo += ' kwdemo'
 
 # hg commands that do not act on keywords
-nokwcommands = ('add addremove bundle copy export grep identify incoming init'
-                ' log outgoing push remove rename rollback tip'
+nokwcommands = ('add addremove bundle copy export grep incoming init'
+                ' log outgoing push rename rollback tip'
                 ' convert email glog')
 
 # hg commands that trigger expansion only when writing to working dir,