changeset 23074:21a55dbc3940 stable

files: fix example list syntax
author Wagner Bruna <wbruna@softwareexpress.com.br>
date Thu, 23 Oct 2014 12:27:57 -0200
parents 5715c93cb854
children 2b3189ec3d14
files mercurial/commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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')"