help: add "revset" alias for "revsets" help topic stable
authorMartin Geisler <mg@lazybytes.net>
Sat, 23 Oct 2010 17:45:49 +0200
branchstable
changeset 12818 019b8e1e0402
parent 12817 372370923b30
child 12819 5082e2f3f8e0
help: add "revset" alias for "revsets" help topic
mercurial/help.py
--- a/mercurial/help.py	Sat Oct 23 16:54:45 2010 +0200
+++ b/mercurial/help.py	Sat Oct 23 17:45:49 2010 +0200
@@ -92,7 +92,7 @@
      loaddoc('revisions')),
     (['mrevs', 'multirevs'], _('Specifying Multiple Revisions'),
      loaddoc('multirevs')),
-    (['revsets'], _("Specifying Revision Sets"), loaddoc('revsets')),
+    (['revset', 'revsets'], _("Specifying Revision Sets"), loaddoc('revsets')),
     (['diffs'], _('Diff Formats'), loaddoc('diffs')),
     (['merge-tools'], _('Merge Tools'), loaddoc('merge-tools')),
     (['templating', 'templates'], _('Template Usage'),