hgext/show.py
changeset 32375 04baab18d60a
parent 32337 46ba2cdda476
child 32837 50586a0a946f
equal deleted inserted replaced
32374:194b0f781132 32375:04baab18d60a
    56         func._fmtopic = fmtopic
    56         func._fmtopic = fmtopic
    57 
    57 
    58 showview = showcmdfunc()
    58 showview = showcmdfunc()
    59 
    59 
    60 @command('show', [
    60 @command('show', [
    61     # TODO: Switch this template flag to use commands.formatteropts if
    61     # TODO: Switch this template flag to use cmdutil.formatteropts if
    62     # 'hg show' becomes stable before --template/-T is stable. For now,
    62     # 'hg show' becomes stable before --template/-T is stable. For now,
    63     # we are putting it here without the '(EXPERIMENTAL)' flag because it
    63     # we are putting it here without the '(EXPERIMENTAL)' flag because it
    64     # is an important part of the 'hg show' user experience and the entire
    64     # is an important part of the 'hg show' user experience and the entire
    65     # 'hg show' experience is experimental.
    65     # 'hg show' experience is experimental.
    66     ('T', 'template', '', ('display with template'), _('TEMPLATE')),
    66     ('T', 'template', '', ('display with template'), _('TEMPLATE')),