Move commands.inferrepo for code maintenance
authorChristian Ebert <blacktrash@gmx.net>
Thu, 18 Oct 2012 16:28:04 +0200
changeset 1147 95e6504e6e27
parent 1146 4139577a1e2a
child 1153 d98134ae80ba
child 1154 2498fa07212f
Move commands.inferrepo for code maintenance
hgkw/keyword.py
--- 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"