comparison hgext/keyword.py @ 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 3121f0feefb4
children adf73753eb7d
comparison
equal deleted inserted replaced
6025:f2335246e5c7 6026:b7f44f01a632
86 86
87 commands.optionalrepo += ' kwdemo' 87 commands.optionalrepo += ' kwdemo'
88 88
89 # hg commands that do not act on keywords 89 # hg commands that do not act on keywords
90 nokwcommands = ('add addremove bundle copy export grep identify incoming init' 90 nokwcommands = ('add addremove bundle copy export grep identify incoming init'
91 'log outgoing push remove rename rollback tip convert') 91 ' log outgoing push remove rename rollback tip convert')
92 92
93 # hg commands that trigger expansion only when writing to working dir, 93 # hg commands that trigger expansion only when writing to working dir,
94 # not when reading filelog, and unexpand when reading from working dir 94 # not when reading filelog, and unexpand when reading from working dir
95 restricted = 'diff1 record qfold qimport qnew qpush qrefresh qrecord' 95 restricted = 'diff1 record qfold qimport qnew qpush qrefresh qrecord'
96 96