keyword: move commands.inferrepo for code maintenance

This commit is contained in:
Christian Ebert 2012-10-17 17:32:01 +02:00
parent 8c0a3d405b
commit a53e549921

View File

@ -89,6 +89,7 @@ from mercurial.i18n import _
import os, re, shutil, tempfile
commands.optionalrepo += ' kwdemo'
commands.inferrepo += ' kwexpand kwfiles kwshrink'
cmdtable = {}
command = cmdutil.command(cmdtable)
@ -728,5 +729,3 @@ def reposetup(ui, repo):
pass
repo.__class__ = kwrepo
commands.inferrepo += " kwexpand kwfiles kwshrink"