Mercurial > hg-stable
changeset 38492:b23ef2f06d98
revset: remove orphan i18n comment from ancestor()
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sat, 16 Jun 2018 23:12:41 +0900 |
parents | 8d9d0d30cfcc |
children | 626d29c6e987 |
files | mercurial/revset.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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