diff mercurial/cmdutil.py @ 40346:943248e47864

commands: adjust metavariables as appropriate Apart from looking better in hg help command, these strings are also helpful when generating shell completions programmatically.
author Anton Shestakov <av6@dwimlabs.net>
date Wed, 17 Oct 2018 21:00:36 +0800
parents fa88170c10bb
children b14fdf1fb615
line wrap: on
line diff
--- a/mercurial/cmdutil.py	Sun Oct 14 11:16:22 2018 -0400
+++ b/mercurial/cmdutil.py	Wed Oct 17 21:00:36 2018 +0800
@@ -149,7 +149,7 @@
 ]
 
 mergetoolopts = [
-    ('t', 'tool', '', _('specify merge tool')),
+    ('t', 'tool', '', _('specify merge tool'), _('TOOL')),
 ]
 
 similarityopts = [