equal
deleted
inserted
replaced
88 import re, shutil, tempfile, time |
88 import re, shutil, tempfile, time |
89 |
89 |
90 commands.optionalrepo += ' kwdemo' |
90 commands.optionalrepo += ' kwdemo' |
91 |
91 |
92 # hg commands that do not act on keywords |
92 # hg commands that do not act on keywords |
93 nokwcommands = ('add addremove bundle copy export grep identify incoming init' |
93 nokwcommands = ('add addremove bundle copy export grep incoming init' |
94 ' log outgoing push remove rename rollback tip' |
94 ' log outgoing push rename rollback tip' |
95 ' convert email glog') |
95 ' convert email glog') |
96 |
96 |
97 # hg commands that trigger expansion only when writing to working dir, |
97 # hg commands that trigger expansion only when writing to working dir, |
98 # not when reading filelog, and unexpand when reading from working dir |
98 # not when reading filelog, and unexpand when reading from working dir |
99 restricted = 'record qfold qimport qnew qpush qrefresh qrecord' |
99 restricted = 'record qfold qimport qnew qpush qrefresh qrecord' |