revset: fix missing dot in docstring stable
authorWagner Bruna <wbruna@yahoo.com>
Wed, 27 Oct 2010 12:12:51 -0200
branchstable
changeset 12859 76066903ae08
parent 12858 6eec9d7c6e0f
child 12860 db2ff771204d
revset: fix missing dot in docstring
mercurial/revset.py
--- 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"))