changeset 3510:e1421a77427e

Corrected synopsis of hg heads
author Thomas Arendsen Hein <thomas@intevation.de>
date Wed, 25 Oct 2006 08:11:17 +0200
parents 9de0e64545a3
children aa8f086cb141
files mercurial/commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/commands.py	Wed Oct 25 02:51:27 2006 -0300
+++ b/mercurial/commands.py	Wed Oct 25 08:11:17 2006 +0200
@@ -2998,7 +2998,7 @@
           ('', 'style', '', _('display using template map file')),
           ('r', 'rev', '', _('show only heads which are descendants of rev')),
           ('', 'template', '', _('display with template'))],
-         _('hg heads [-r <rev>]')),
+         _('hg heads [-r REV]')),
     "help": (help_, [], _('hg help [COMMAND]')),
     "identify|id": (identify, [], _('hg identify')),
     "import|patch":