mercurial/templatekw.py
changeset 35888 c8e2d6ed1f9e
parent 35508 9b3f95d9783d
child 35894 6289482f6ab5
--- a/mercurial/templatekw.py	Sun Jan 21 12:48:39 2018 +0900
+++ b/mercurial/templatekw.py	Sun Jan 21 13:03:03 2018 +0900
@@ -917,7 +917,7 @@
 def showverbosity(ui, **args):
     """String. The current output verbosity in 'debug', 'quiet', 'verbose',
     or ''."""
-    # see cmdutil.changeset_templater for priority of these flags
+    # see logcmdutil.changesettemplater for priority of these flags
     if ui.debugflag:
         return 'debug'
     elif ui.quiet: