Merge with default stable
authorChristian Ebert <blacktrash@gmx.net>
Sun, 21 Oct 2012 16:10:04 +0100
branchstable
changeset 1153 d98134ae80ba
parent 1152 9a4ed3acf89e (current diff)
parent 1147 95e6504e6e27 (diff)
child 1154 2498fa07212f
child 1155 380eea1f5add
Merge with default
--- 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"