# HG changeset patch # User Matt Mackall # Date 1202249361 21600 # Node ID ed160b097badb0b97aa87cb7ad30ffd94f113499 # Parent 03fc5e6675181732734b84890c173193ec98f875 keyword: fix my string pasting thinko Spotted by Maxim Dounin [ original upstream description ] diff -r 03fc5e667518 -r ed160b097bad 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