# HG changeset patch # User Jesse Glick # Date 2012-05-10 18:17:05 # Node ID 00290bd359feb4c7a0e143db021808497c42d6c2 # Parent 29fe533fe447a6ea826002c771468d92d3412c74 revset: documentation typo "metatadata" diff --git a/mercurial/revset.py b/mercurial/revset.py --- a/mercurial/revset.py +++ b/mercurial/revset.py @@ -926,7 +926,7 @@ def matching(repo, subset, x): Special fields are ``summary`` and ``metadata``: ``summary`` matches the first line of the description. - ``metatadata`` is equivalent to matching ``description user date`` + ``metadata`` is equivalent to matching ``description user date`` (i.e. it matches the main metadata fields). ``metadata`` is the default field which is used when no fields are