# HG changeset patch # User Pierre-Yves David # Date 2021-04-15 07:59:12 # Node ID 1e2f2c782928014c347d3706fbcd61758118de7f # Parent b03527bdac011ba47a4f5e914ecc32019d30b9b8 revset: drop an outdated comment There is not `ui.expandpath` call there anymore. Differential Revision: https://phab.mercurial-scm.org/D10435 diff --git a/mercurial/revset.py b/mercurial/revset.py --- a/mercurial/revset.py +++ b/mercurial/revset.py @@ -1856,7 +1856,6 @@ def outgoing(repo, subset, x): l and getstring(l[0], _(b"outgoing requires a repository path")) or b'' ) if dest: - # ui.getpath() explicitly tests for None, not just a boolean dests = [dest] else: dests = []