mercurial/commands.py
changeset 27247 be7ef03d7fb6
parent 27242 58f473908951
child 27254 6ca28c47228a
--- a/mercurial/commands.py	Fri Dec 04 15:12:11 2015 -0800
+++ b/mercurial/commands.py	Sat Dec 05 22:19:48 2015 -0500
@@ -1592,11 +1592,11 @@
 
       - commit all files ending in .py:
 
-          hg commit --include 'set:**.py'
+          hg commit --include "set:**.py"
 
       - commit all non-binary files:
 
-          hg commit --exclude 'set:binary()'
+          hg commit --exclude "set:binary()"
 
       - amend the current commit and set the date to now: