Mercurial > hg
changeset 12859:76066903ae08 stable
revset: fix missing dot in docstring
author | Wagner Bruna <wbruna@yahoo.com> |
---|---|
date | Wed, 27 Oct 2010 12:12:51 -0200 |
parents | 6eec9d7c6e0f |
children | db2ff771204d |
files | mercurial/revset.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/revset.py Wed Oct 27 12:03:08 2010 -0200 +++ b/mercurial/revset.py Wed Oct 27 12:12:51 2010 -0200 @@ -175,7 +175,7 @@ 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"))