477 This is done for local repos only, and only if there are |
477 This is done for local repos only, and only if there are |
478 files configured at all for keyword substitution.''' |
478 files configured at all for keyword substitution.''' |
479 |
479 |
480 nokwcommands = ['add', 'addremove', 'bundle', 'clone', 'copy', 'export', |
480 nokwcommands = ['add', 'addremove', 'bundle', 'clone', 'copy', 'export', |
481 'grep', 'identify', 'incoming', 'init', 'outgoing', 'push', |
481 'grep', 'identify', 'incoming', 'init', 'outgoing', 'push', |
482 'remove', 'rename', 'rollback'] |
482 'remove', 'rename', 'rollback', 'convert'] |
483 |
483 |
484 if not repo.local() or _parse(ui, sys.argv[1:])[0] in nokwcommands: |
484 if not repo.local() or _parse(ui, sys.argv[1:])[0] in nokwcommands: |
485 return |
485 return |
486 |
486 |
487 inc, exc = [], ['.hgtags'] |
487 inc, exc = [], ['.hgtags'] |