author | Christian Ebert <blacktrash@gmx.net> |
Thu, 28 Jun 2007 10:10:46 +0200 | |
branch | kwmap-templates |
changeset 170 | 1a17c8f20f22 |
parent 169 | 6df702b4601e |
child 171 | 8713a7a3f5ab |
hgkw/keyword.py | file | annotate | diff | comparison | revisions |
--- 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.'''