changeset 17795 | 9fcea3f47a3a |
parent 17773 | 434e5bd615fc |
child 18825 | f0564402d059 |
--- a/hgext/keyword.py Mon Oct 08 22:43:54 2012 -0400 +++ b/hgext/keyword.py Wed Oct 17 17:32:01 2012 +0200 @@ -89,6 +89,7 @@ import os, re, shutil, tempfile commands.optionalrepo += ' kwdemo' +commands.inferrepo += ' kwexpand kwfiles kwshrink' cmdtable = {} command = cmdutil.command(cmdtable) @@ -728,5 +729,3 @@ pass repo.__class__ = kwrepo - -commands.inferrepo += " kwexpand kwfiles kwshrink"