##// END OF EJS Templates
revset: fix missing dot in docstring
Wagner Bruna -
r12859:76066903 stable
parent child Browse files
Show More
@@ -175,7 +175,7 b' def func(repo, subset, a, b):'
175
175
176 def node(repo, subset, x):
176 def node(repo, subset, x):
177 """``id(string)``
177 """``id(string)``
178 Revision non-ambiguously specified by the given hex string prefix
178 Revision non-ambiguously specified by the given hex string prefix.
179 """
179 """
180 # i18n: "id" is a keyword
180 # i18n: "id" is a keyword
181 l = getargs(x, 1, 1, _("id requires one argument"))
181 l = getargs(x, 1, 1, _("id requires one argument"))
General Comments 0
You need to be logged in to leave comments. Login now