hgkw/keyword.py
branchstable
changeset 421 439a24d34a13
parent 419 2f179ea3a9aa
child 431 4fb8a2e526ff
child 436 ca455dfc5c80
equal deleted inserted replaced
419:2f179ea3a9aa 421:439a24d34a13
    81 '''
    81 '''
    82 
    82 
    83 from mercurial import commands, cmdutil, context, dispatch, filelog, revlog
    83 from mercurial import commands, cmdutil, context, dispatch, filelog, revlog
    84 from mercurial import patch, localrepo, templater, templatefilters, util
    84 from mercurial import patch, localrepo, templater, templatefilters, util
    85 from mercurial.hgweb import webcommands
    85 from mercurial.hgweb import webcommands
    86 from mercurial.node import *
    86 from mercurial.node import nullid, hex
    87 from mercurial.i18n import _
    87 from mercurial.i18n import _
    88 import re, shutil, tempfile, time
    88 import re, shutil, tempfile, time
    89 
    89 
    90 commands.optionalrepo += ' kwdemo'
    90 commands.optionalrepo += ' kwdemo'
    91 
    91