##// END OF EJS Templates
keyword: add glog to nokwcommands
Christian Ebert -
r6082:875b7459 default
parent child Browse files
Show More
@@ -89,7 +89,8 b" commands.optionalrepo += ' kwdemo'"
89
89
90 # hg commands that do not act on keywords
90 # hg commands that do not act on keywords
91 nokwcommands = ('add addremove bundle copy export grep identify incoming init'
91 nokwcommands = ('add addremove bundle copy export grep identify incoming init'
92 ' log outgoing push remove rename rollback tip convert email')
92 ' log outgoing push remove rename rollback tip'
93 ' convert email glog')
93
94
94 # hg commands that trigger expansion only when writing to working dir,
95 # hg commands that trigger expansion only when writing to working dir,
95 # not when reading filelog, and unexpand when reading from working dir
96 # not when reading filelog, and unexpand when reading from working dir
General Comments 0
You need to be logged in to leave comments. Login now