keyword: fix my string pasting thinko stable
authorMatt Mackall <mpm@selenic.com>
Tue, 05 Feb 2008 16:09:21 -0600
branchstable
changeset 375 ed160b097bad
parent 374 03fc5e667518
child 378 0683aaf458d8
child 389 d18a329bf222
keyword: fix my string pasting thinko Spotted by Maxim Dounin [ original upstream description ]
hgkw/keyword.py
--- a/hgkw/keyword.py	Tue Feb 05 18:40:32 2008 +0100
+++ b/hgkw/keyword.py	Tue Feb 05 16:09:21 2008 -0600
@@ -90,7 +90,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