[PATCH 1 of 3 stable] files: fix example list syntax

Wagner Bruna wbruna at softwareexpress.com.br
Thu Oct 23 15:17:17 UTC 2014


# HG changeset patch
# User Wagner Bruna <wbruna at softwareexpress.com.br>
# Date 1414074477 7200
#      Thu Oct 23 12:27:57 2014 -0200
# Branch stable
# Node ID 9e69388a1fb4df722e40537832c042d01e69acf5
# Parent  d583f1cfca9670946d7e315df4d0a0efccb7a612
files: fix example list syntax

diff --git a/mercurial/commands.py b/mercurial/commands.py
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -3204,7 +3204,7 @@ def files(ui, repo, *pats, **opts):
 
           hg files "set:binary()"
 
-      - find files containing a regular expression:
+      - find files containing a regular expression::
 
           hg files "set:grep('bob')"
 

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



More information about the Mercurial-devel mailing list