changeset 1147 | 95e6504e6e27 |
parent 1145 | 446f29d60749 |
child 1222 | 01c23fd3d424 |
--- a/hgkw/keyword.py Wed Oct 17 17:19:48 2012 +0200 +++ b/hgkw/keyword.py Thu Oct 18 16:28:04 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"