Merge with stable
authorChristian Ebert <blacktrash@gmx.net>
Fri, 07 Mar 2008 02:21:34 +0100
changeset 423 7d1aeda2d0cc
parent 416 b69dca43ef08 (current diff)
parent 421 439a24d34a13 (diff)
child 425 ff5b52ea337b
Merge with stable
--- 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,
--- a/tests/test-keyword	Fri Feb 15 17:57:45 2008 +0100
+++ b/tests/test-keyword	Fri Mar 07 02:21:34 2008 +0100
@@ -67,6 +67,7 @@
 echo % status
 hg status
 echo % identify
+hg debugrebuildstate
 hg --quiet identify
 echo % cat
 cat a b
@@ -216,6 +217,7 @@
 echo
 
 echo % remove
+hg debugrebuildstate
 hg remove a
 hg --debug commit -m rma
 echo % status