##// END OF EJS Templates
commands: clarify which aliases "hg help -v" show (issue2572)
Martin Geisler -
r13230:827a1cc1 stable
parent child Browse files
Show More
@@ -1881,7 +1881,7 b' def help_(ui, name=None, with_version=Fa'
1881 msg = _('use "hg help" for the full list of commands '
1881 msg = _('use "hg help" for the full list of commands '
1882 'or "hg -v" for details')
1882 'or "hg -v" for details')
1883 elif aliases:
1883 elif aliases:
1884 msg = _('use "hg -v help%s" to show aliases and '
1884 msg = _('use "hg -v help%s" to show builtin aliases and '
1885 'global options') % (name and " " + name or "")
1885 'global options') % (name and " " + name or "")
1886 else:
1886 else:
1887 msg = _('use "hg -v help %s" to show global options') % name
1887 msg = _('use "hg -v help %s" to show global options') % name
@@ -347,7 +347,7 b' Testing -h/--help:'
347 hgweb Configuring hgweb
347 hgweb Configuring hgweb
348 glossary Glossary
348 glossary Glossary
349
349
350 use "hg -v help" to show aliases and global options
350 use "hg -v help" to show builtin aliases and global options
351
351
352 $ hg --help
352 $ hg --help
353 Mercurial Distributed SCM
353 Mercurial Distributed SCM
@@ -423,7 +423,7 b' Testing -h/--help:'
423 hgweb Configuring hgweb
423 hgweb Configuring hgweb
424 glossary Glossary
424 glossary Glossary
425
425
426 use "hg -v help" to show aliases and global options
426 use "hg -v help" to show builtin aliases and global options
427
427
428 Not tested: --debugger
428 Not tested: --debugger
429
429
@@ -118,7 +118,7 b' Short help:'
118 hgweb Configuring hgweb
118 hgweb Configuring hgweb
119 glossary Glossary
119 glossary Glossary
120
120
121 use "hg -v help" to show aliases and global options
121 use "hg -v help" to show builtin aliases and global options
122
122
123 $ hg -q help
123 $ hg -q help
124 add add the specified files on the next commit
124 add add the specified files on the next commit
@@ -416,7 +416,7 b' Test ambiguous command help'
416 add add the specified files on the next commit
416 add add the specified files on the next commit
417 addremove add all new files, delete all missing files
417 addremove add all new files, delete all missing files
418
418
419 use "hg -v help ad" to show aliases and global options
419 use "hg -v help ad" to show builtin aliases and global options
420
420
421 Test command without options
421 Test command without options
422
422
@@ -716,7 +716,7 b' Test that default list of commands omits'
716 hgweb Configuring hgweb
716 hgweb Configuring hgweb
717 glossary Glossary
717 glossary Glossary
718
718
719 use "hg -v help" to show aliases and global options
719 use "hg -v help" to show builtin aliases and global options
720
720
721 Test list of commands with command with no help text
721 Test list of commands with command with no help text
722
722
@@ -727,7 +727,7 b' Test list of commands with command with '
727
727
728 nohelp (no help text available)
728 nohelp (no help text available)
729
729
730 use "hg -v help helpext" to show aliases and global options
730 use "hg -v help helpext" to show builtin aliases and global options
731
731
732 Test a help topic
732 Test a help topic
733
733
@@ -77,7 +77,7 b' help'
77 qunapplied print the patches not yet applied
77 qunapplied print the patches not yet applied
78 strip strip changesets and all their descendants from the repository
78 strip strip changesets and all their descendants from the repository
79
79
80 use "hg -v help mq" to show aliases and global options
80 use "hg -v help mq" to show builtin aliases and global options
81
81
82 $ hg init a
82 $ hg init a
83 $ cd a
83 $ cd a
General Comments 0
You need to be logged in to leave comments. Login now