##// 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 returns True if keyword expansion not needed.'''
404 returns True if keyword expansion not needed.'''
405 nokwcommands = ('add', 'addremove', 'bundle', 'clone', 'copy',
405 nokwcommands = ('add', 'addremove', 'bundle', 'clone', 'copy',
406 'export', 'grep', 'identify', 'incoming', 'init',
406 'export', 'grep', 'identify', 'incoming', 'init',
407 'outgoing', 'push', 'remove', 'rename', 'rollback',
407 'log', 'outgoing', 'push', 'remove', 'rename',
408 'rollback', 'tip',
408 'convert')
409 'convert')
409 args = fancyopts.fancyopts(sys.argv[1:], commands.globalopts, {})
410 args = fancyopts.fancyopts(sys.argv[1:], commands.globalopts, {})
410 if args:
411 if args:
General Comments 0
You need to be logged in to leave comments. Login now