Mercurial > hg
changeset 6026:b7f44f01a632
keyword: fix my string pasting thinko
Spotted by Maxim Dounin
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Tue, 05 Feb 2008 16:09:21 -0600 |
parents | f2335246e5c7 |
children | c9f615ab3082 |
files | hgext/keyword.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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