Mercurial > hg
changeset 23414:759202b64f49 stable
help: fix typo in files help
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Mon, 01 Dec 2014 15:04:34 -0600 |
parents | 0c432696dae3 |
children | cdbb85489c41 |
files | mercurial/commands.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Mon Dec 01 05:18:12 2014 -0800 +++ b/mercurial/commands.py Mon Dec 01 15:04:34 2014 -0600 @@ -3212,7 +3212,7 @@ hg files -0 | xargs -0 grep foo - See :hg:`help pattern` and :hg:`help filesets` for more information + See :hg:`help patterns` and :hg:`help filesets` for more information on specifying file patterns. Returns 0 if a match is found, 1 otherwise.