hgkw/keyword.py
branchstable
changeset 1153 d98134ae80ba
parent 1147 95e6504e6e27
child 1222 01c23fd3d424
--- a/hgkw/keyword.py	Thu Oct 18 00:44:32 2012 +0200
+++ b/hgkw/keyword.py	Sun Oct 21 16:10:04 2012 +0100
@@ -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"