[PATCH 07 of 17] keyword: use single quotes in use warning

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


# HG changeset patch
# User timeless <timeless at mozdev.org>
# Date 1474415115 0
#      Tue Sep 20 23:45:15 2016 +0000
# Node ID 45ccea8f0646176c5e9801113f91df201bd9be31
# Parent  2da79d8f58abd0b83dd605e65d26b16c31aab5ff
# Available At https://bitbucket.org/timeless/mercurial-crew
#              hg pull https://bitbucket.org/timeless/mercurial-crew -r 45ccea8f0646
keyword: use single quotes in use warning

diff -r 2da79d8f58ab -r 45ccea8f0646 hgext/keyword.py
--- a/hgext/keyword.py	Tue Sep 20 23:44:59 2016 +0000
+++ b/hgext/keyword.py	Tue Sep 20 23:45:15 2016 +0000
@@ -24,7 +24,7 @@
 # Files to act upon/ignore are specified in the [keyword] section.
 # Customized keyword template mappings in the [keywordmaps] section.
 #
-# Run "hg help keyword" and "hg kwdemo" to get info on configuration.
+# Run 'hg help keyword' and 'hg kwdemo' to get info on configuration.
 
 '''expand keywords in tracked files
 


More information about the Mercurial-devel mailing list