files: fix example list syntax stable
authorWagner Bruna <wbruna@softwareexpress.com.br>
Thu, 23 Oct 2014 12:27:57 -0200
branchstable
changeset 23074 21a55dbc3940
parent 23073 5715c93cb854
child 23075 2b3189ec3d14
files: fix example list syntax
mercurial/commands.py
--- a/mercurial/commands.py	Thu Oct 23 02:42:57 2014 +0200
+++ b/mercurial/commands.py	Thu Oct 23 12:27:57 2014 -0200
@@ -3204,7 +3204,7 @@
 
           hg files "set:binary()"
 
-      - find files containing a regular expression:
+      - find files containing a regular expression::
 
           hg files "set:grep('bob')"