mercurial/commands.py
changeset 20665 945bc5497e6d
parent 20664 6ed183760e70
child 20669 870d60294b04
--- a/mercurial/commands.py	Fri Mar 07 14:29:26 2014 -0500
+++ b/mercurial/commands.py	Sat Mar 08 15:27:25 2014 -0600
@@ -90,7 +90,7 @@
 templateopts = [
     ('', 'style', '',
      _('display using template map file'), _('STYLE')),
-    ('', 'template', '',
+    ('T', 'template', '',
      _('display with template'), _('TEMPLATE')),
 ]