##// END OF EJS Templates
keyword: allow keyword expansion on clone...
Christian Ebert -
r6021:717881b4 default
parent child Browse files
Show More
@@ -410,10 +410,9 b' def reposetup(ui, repo):'
410 410 if not repo.local():
411 411 return
412 412
413 nokwcommands = ('add', 'addremove', 'bundle', 'clone', 'copy',
414 'export', 'grep', 'identify', 'incoming', 'init',
415 'log', 'outgoing', 'push', 'remove', 'rename',
416 'rollback', 'tip',
413 nokwcommands = ('add', 'addremove', 'bundle', 'copy', 'export', 'grep',
414 'identify', 'incoming', 'init', 'log', 'outgoing', 'push',
415 'remove', 'rename', 'rollback', 'tip',
417 416 'convert')
418 417 hgcmd, func, args, opts, cmdopts = dispatch._parse(ui, sys.argv[1:])
419 418 if hgcmd in nokwcommands:
General Comments 0
You need to be logged in to leave comments. Login now