##// 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 if not repo.local():
410 if not repo.local():
411 return
411 return
412
412
413 nokwcommands = ('add', 'addremove', 'bundle', 'clone', 'copy',
413 nokwcommands = ('add', 'addremove', 'bundle', 'copy', 'export', 'grep',
414 'export', 'grep', 'identify', 'incoming', 'init',
414 'identify', 'incoming', 'init', 'log', 'outgoing', 'push',
415 'log', 'outgoing', 'push', 'remove', 'rename',
415 'remove', 'rename', 'rollback', 'tip',
416 'rollback', 'tip',
417 'convert')
416 'convert')
418 hgcmd, func, args, opts, cmdopts = dispatch._parse(ui, sys.argv[1:])
417 hgcmd, func, args, opts, cmdopts = dispatch._parse(ui, sys.argv[1:])
419 if hgcmd in nokwcommands:
418 if hgcmd in nokwcommands:
General Comments 0
You need to be logged in to leave comments. Login now