Mercurial > public > mercurial-scm > hg
comparison mercurial/commands.py @ 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 | ec36969497de |
children | 8d43c6bb38c0 |
comparison
equal
deleted
inserted
replaced
23073:5715c93cb854 | 23074:21a55dbc3940 |
---|---|
3202 | 3202 |
3203 - list all binary files:: | 3203 - list all binary files:: |
3204 | 3204 |
3205 hg files "set:binary()" | 3205 hg files "set:binary()" |
3206 | 3206 |
3207 - find files containing a regular expression: | 3207 - find files containing a regular expression:: |
3208 | 3208 |
3209 hg files "set:grep('bob')" | 3209 hg files "set:grep('bob')" |
3210 | 3210 |
3211 - search tracked file contents with xargs and grep:: | 3211 - search tracked file contents with xargs and grep:: |
3212 | 3212 |