hgext/keyword.py
changeset 6867 e64f5abb8a88
parent 6762 f67d1468ac50
child 6933 17bdcd59b9ad
--- a/hgext/keyword.py	Thu Aug 07 09:53:27 2008 +0200
+++ b/hgext/keyword.py	Thu Aug 07 09:53:57 2008 +0200
@@ -89,7 +89,7 @@
 
 # hg commands that do not act on keywords
 nokwcommands = ('add addremove annotate bundle copy export grep incoming init'
-                ' log outgoing push rename rollback tip'
+                ' log outgoing push rename rollback tip verify'
                 ' convert email glog')
 
 # hg commands that trigger expansion only when writing to working dir,