hgkw/keyword.py
changeset 1147 95e6504e6e27
parent 1145 446f29d60749
child 1222 01c23fd3d424
equal deleted inserted replaced
1146:4139577a1e2a 1147:95e6504e6e27
    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"