##// END OF EJS Templates
keyword: suppress keyword expansion for log commands...
Christian Ebert -
r5824:b8e8bd3c default
parent child Browse files
Show More
@@ -404,7 +404,8 b' def reposetup(ui, repo):'
404 404 returns True if keyword expansion not needed.'''
405 405 nokwcommands = ('add', 'addremove', 'bundle', 'clone', 'copy',
406 406 'export', 'grep', 'identify', 'incoming', 'init',
407 'outgoing', 'push', 'remove', 'rename', 'rollback',
407 'log', 'outgoing', 'push', 'remove', 'rename',
408 'rollback', 'tip',
408 409 'convert')
409 410 args = fancyopts.fancyopts(sys.argv[1:], commands.globalopts, {})
410 411 if args:
General Comments 0
You need to be logged in to leave comments. Login now