# HG changeset patch # User Matt Mackall # Date 1202249361 21600 # Node ID b7f44f01a632ab4a59f276de21dc3c5d8f1b8560 # Parent f2335246e5c79fd2a812d78463bde92b838f6758 keyword: fix my string pasting thinko Spotted by Maxim Dounin diff -r f2335246e5c7 -r b7f44f01a632 hgext/keyword.py --- 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