[PATCH 05 of 17] pager: use single quotes in use warning

timeless timeless at fmr.im
Tue Sep 20 20:19:46 EDT 2016


# HG changeset patch
# User timeless <timeless at mozdev.org>
# Date 1474415089 0
#      Tue Sep 20 23:44:49 2016 +0000
# Node ID 8086d07155c64bd12d28437eb0e403601293be9a
# Parent  0ce8fb6cabe0657d1da7f741870bf9050f32fd9c
# Available At https://bitbucket.org/timeless/mercurial-crew
#              hg pull https://bitbucket.org/timeless/mercurial-crew -r 8086d07155c6
pager: use single quotes in use warning

diff -r 0ce8fb6cabe0 -r 8086d07155c6 hgext/pager.py
--- 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
 


More information about the Mercurial-devel mailing list