mercurial/revset.py
changeset 38488 b23ef2f06d98
parent 38479 72621094505f
child 38489 626d29c6e987
--- a/mercurial/revset.py	Thu Jun 28 23:21:55 2018 +0530
+++ b/mercurial/revset.py	Sat Jun 16 23:12:41 2018 +0900
@@ -309,7 +309,6 @@
     Will return empty list when passed no args.
     Greatest common ancestor of a single changeset is that changeset.
     """
-    # i18n: "ancestor" is a keyword
     l = getlist(x)
     rl = fullreposet(repo)
     anc = None