mercurial/commands.py
branchstable
changeset 24906 a4ee6f774f14
parent 24891 be4915009b09
child 24944 08ec11e3ae4c
child 25425 9263f86b9681
equal deleted inserted replaced
24904:b5c227f3e461 24906:a4ee6f774f14
   103 ]
   103 ]
   104 
   104 
   105 # hidden for now
   105 # hidden for now
   106 formatteropts = [
   106 formatteropts = [
   107     ('T', 'template', '',
   107     ('T', 'template', '',
   108      _('display with template (DEPRECATED)'), _('TEMPLATE')),
   108      _('display with template (EXPERIMENTAL)'), _('TEMPLATE')),
   109 ]
   109 ]
   110 
   110 
   111 templateopts = [
   111 templateopts = [
   112     ('', 'style', '',
   112     ('', 'style', '',
   113      _('display using template map file (DEPRECATED)'), _('STYLE')),
   113      _('display using template map file (DEPRECATED)'), _('STYLE')),