##// END OF EJS Templates
revset: remove orphan i18n comment from ancestor()
Yuya Nishihara -
r38507:b23ef2f0 default
parent child Browse files
Show More
@@ -309,7 +309,6 b' def ancestor(repo, subset, x):'
309 Will return empty list when passed no args.
309 Will return empty list when passed no args.
310 Greatest common ancestor of a single changeset is that changeset.
310 Greatest common ancestor of a single changeset is that changeset.
311 """
311 """
312 # i18n: "ancestor" is a keyword
313 l = getlist(x)
312 l = getlist(x)
314 rl = fullreposet(repo)
313 rl = fullreposet(repo)
315 anc = None
314 anc = None
General Comments 0
You need to be logged in to leave comments. Login now