diff --git a/mercurial/commands.py b/mercurial/commands.py
index 979b1b7340fba32b4d7f499e6d89093758147520_bWVyY3VyaWFsL2NvbW1hbmRzLnB5..770190bff625331da85fb0c9f996c030788a6024_bWVyY3VyaWFsL2NvbW1hbmRzLnB5 100644
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -3941,6 +3941,9 @@
     See :hg:`help revisions` and :hg:`help revsets` for more about
     specifying revisions.
 
+    See :hg:`help templates` for more about pre-packaged styles and
+    specifying custom templates.
+
     Returns 0 on success.
     """
 
diff --git a/mercurial/help.py b/mercurial/help.py
index 979b1b7340fba32b4d7f499e6d89093758147520_bWVyY3VyaWFsL2hlbHAucHk=..770190bff625331da85fb0c9f996c030788a6024_bWVyY3VyaWFsL2hlbHAucHk= 100644
--- a/mercurial/help.py
+++ b/mercurial/help.py
@@ -64,7 +64,7 @@
     (['fileset', 'filesets'], _("Specifying File Sets"), loaddoc('filesets')),
     (['diffs'], _('Diff Formats'), loaddoc('diffs')),
     (['merge-tools'], _('Merge Tools'), loaddoc('merge-tools')),
-    (['templating', 'templates'], _('Template Usage'),
+    (['templating', 'templates', 'template', 'style'], _('Template Usage'),
      loaddoc('templates')),
     (['urls'], _('URL Paths'), loaddoc('urls')),
     (["extensions"], _("Using Additional Features"), extshelp),