diff hgext/keyword.py @ 6867:e64f5abb8a88

keyword: add verify to nokwcommands after refactor in e79a8f36c2a5 Add test as well. Thanks to Guy Brand for spotting this.
author Christian Ebert <blacktrash@gmx.net>
date Thu, 07 Aug 2008 09:53:57 +0200
parents f67d1468ac50
children 17bdcd59b9ad
line wrap: on
line diff
--- 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,