comparison mercurial/revset.py @ 16639:00290bd359fe stable

revset: documentation typo "metatadata"
author Jesse Glick <jesse.glick@oracle.com>
date Thu, 10 May 2012 14:17:05 -0400
parents 5d803620ca05
children 592e0beee8b0
comparison
equal deleted inserted replaced
16638:29fe533fe447 16639:00290bd359fe
924 ``date``, ``files``, ``phase``, ``parents``, ``substate`` and ``user``. 924 ``date``, ``files``, ``phase``, ``parents``, ``substate`` and ``user``.
925 Note that ``author`` and ``user`` are synonyms. 925 Note that ``author`` and ``user`` are synonyms.
926 926
927 Special fields are ``summary`` and ``metadata``: 927 Special fields are ``summary`` and ``metadata``:
928 ``summary`` matches the first line of the description. 928 ``summary`` matches the first line of the description.
929 ``metatadata`` is equivalent to matching ``description user date`` 929 ``metadata`` is equivalent to matching ``description user date``
930 (i.e. it matches the main metadata fields). 930 (i.e. it matches the main metadata fields).
931 931
932 ``metadata`` is the default field which is used when no fields are 932 ``metadata`` is the default field which is used when no fields are
933 specified. You can match more than one field at a time. 933 specified. You can match more than one field at a time.
934 """ 934 """