# HG changeset patch # User Wagner Bruna # Date 2010-10-27 14:12:51 # Node ID 76066903ae08d87c426552ad5b88114285b1b506 # Parent 6eec9d7c6e0f78fb9e58ef8e469e6947c32453a0 revset: fix missing dot in docstring diff --git a/mercurial/revset.py b/mercurial/revset.py --- a/mercurial/revset.py +++ b/mercurial/revset.py @@ -175,7 +175,7 @@ def func(repo, subset, a, b): def node(repo, subset, x): """``id(string)`` - Revision non-ambiguously specified by the given hex string prefix + Revision non-ambiguously specified by the given hex string prefix. """ # i18n: "id" is a keyword l = getargs(x, 1, 1, _("id requires one argument"))