[PATCH] revset: documentation typo "metatadata"

Jesse Glick typrase at gmail.com
Thu May 10 13:17:44 CDT 2012


# HG changeset patch
# User Jesse Glick <jesse.glick at oracle.com>
# Date 1336673825 14400
# Branch stable
# Node ID 5a45f5f3f398a14dc351810a232ee1372523af38
# Parent  5983de86462c5a9f42a3ad0f5e90ce5b1d221d25
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 @@
 
     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


More information about the Mercurial-devel mailing list