changeset 29967:bd55d98027ee

pager: use single quotes in use warning
author timeless <timeless@mozdev.org>
date Tue, 20 Sep 2016 23:44:49 +0000
parents 11604da46982
children 0342bf292f73
files hgext/pager.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/pager.py	Tue Sep 20 23:44:28 2016 +0000
+++ b/hgext/pager.py	Tue Sep 20 23:44:49 2016 +0000
@@ -10,7 +10,7 @@
 #   [extension]
 #   pager =
 #
-# Run "hg help pager" to get info on configuration.
+# Run 'hg help pager' to get info on configuration.
 
 '''browse command output with an external pager