hgext/keyword.py
changeset 6026 b7f44f01a632
parent 6024 3121f0feefb4
child 6050 adf73753eb7d
--- a/hgext/keyword.py	Mon Feb 04 19:38:34 2008 -0600
+++ b/hgext/keyword.py	Tue Feb 05 16:09:21 2008 -0600
@@ -88,7 +88,7 @@
 
 # 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 convert')
+                ' log outgoing push remove rename rollback tip convert')
 
 # hg commands that trigger expansion only when writing to working dir,
 # not when reading filelog, and unexpand when reading from working dir