##// END OF EJS Templates
keyword: move commands.inferrepo for code maintenance
Christian Ebert -
r17795:9fcea3f4 default
parent child Browse files
Show More
@@ -89,6 +89,7 b' from mercurial.i18n import _'
89 89 import os, re, shutil, tempfile
90 90
91 91 commands.optionalrepo += ' kwdemo'
92 commands.inferrepo += ' kwexpand kwfiles kwshrink'
92 93
93 94 cmdtable = {}
94 95 command = cmdutil.command(cmdtable)
@@ -728,5 +729,3 b' def reposetup(ui, repo):'
728 729 pass
729 730
730 731 repo.__class__ = kwrepo
731
732 commands.inferrepo += " kwexpand kwfiles kwshrink"
General Comments 0
You need to be logged in to leave comments. Login now