mercurial/revset.py
branchstable
changeset 16639 00290bd359fe
parent 16528 5d803620ca05
child 16640 592e0beee8b0
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     """