equal
deleted
inserted
replaced
87 from mercurial.hgweb import webcommands |
87 from mercurial.hgweb import webcommands |
88 from mercurial.i18n import _ |
88 from mercurial.i18n import _ |
89 import os, re, shutil, tempfile |
89 import os, re, shutil, tempfile |
90 |
90 |
91 commands.optionalrepo += ' kwdemo' |
91 commands.optionalrepo += ' kwdemo' |
|
92 commands.inferrepo += ' kwexpand kwfiles kwshrink' |
92 |
93 |
93 cmdtable = {} |
94 cmdtable = {} |
94 command = cmdutil.command(cmdtable) |
95 command = cmdutil.command(cmdtable) |
95 testedwith = 'internal' |
96 testedwith = 'internal' |
96 |
97 |
726 extensions.wrapfunction(record, 'dorecord', kw_dorecord) |
727 extensions.wrapfunction(record, 'dorecord', kw_dorecord) |
727 except KeyError: |
728 except KeyError: |
728 pass |
729 pass |
729 |
730 |
730 repo.__class__ = kwrepo |
731 repo.__class__ = kwrepo |
731 |
|
732 commands.inferrepo += " kwexpand kwfiles kwshrink" |
|