mercurial/revset.py
branchstable
changeset 12859 76066903ae08
parent 12855 d01c21002e82
child 12928 a5f7f1e9340e
--- 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"))