hgkw/keyword.py
branchkwmap-templates
changeset 170 1a17c8f20f22
parent 169 6df702b4601e
child 171 8713a7a3f5ab
--- a/hgkw/keyword.py	Thu Jun 28 10:09:13 2007 +0200
+++ b/hgkw/keyword.py	Thu Jun 28 10:10:46 2007 +0200
@@ -98,7 +98,8 @@
         'Header': '{root}/{file},v {node|short} {date|utcdate} {author|user}',
         }
 
-nokwcommands = ('rollback', 'incoming', 'outgoing', 'export', 'bundle', 'push')
+nokwcommands = ('add', 'remove', 'addremove', 'rollback',
+                'incoming', 'outgoing', 'export', 'bundle', 'push')
 
 def utcdate(date):
     '''Returns hgdate in cvs-like UTC format.'''