diff mercurial/commands.py @ 8031:813a02a4eda2

upper-case command line meta variables
author Martin Geisler <mg@lazybytes.net>
date Wed, 08 Apr 2009 20:43:19 +0200
parents e0c434abd530
children 4726a522a182
line wrap: on
line diff
--- a/mercurial/commands.py	Wed Apr 08 00:48:05 2009 +0200
+++ b/mercurial/commands.py	Wed Apr 08 20:43:19 2009 +0200
@@ -3230,7 +3230,7 @@
          _('[OPTION]... PATTERN [FILE]...')),
     "heads":
         (heads,
-         [('r', 'rev', '', _('show only heads which are descendants of rev')),
+         [('r', 'rev', '', _('show only heads which are descendants of REV')),
           ('a', 'active', False,
            _('show only the active heads from open branches')),
          ] + templateopts,
@@ -3276,7 +3276,7 @@
          _('[-e CMD] [--remotecmd CMD] [DEST]')),
     "locate":
         (locate,
-         [('r', 'rev', '', _('search the repository as it stood at rev')),
+         [('r', 'rev', '', _('search the repository as it stood at REV')),
           ('0', 'print0', None,
            _('end filenames with NUL, for use with xargs')),
           ('f', 'fullpath', None,