From patchwork Thu Apr 15 08:52:54 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: D10435: revset: drop an outdated comment From: phabricator X-Patchwork-Id: 48753 Message-Id: To: Phabricator Cc: mercurial-devel@mercurial-scm.org Date: Thu, 15 Apr 2021 08:52:54 +0000 marmoute created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY There is not `ui.expandpath` call there anymore. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D10435 AFFECTED FILES mercurial/revset.py CHANGE DETAILS To: marmoute, #hg-reviewers Cc: mercurial-patches, mercurial-devel diff --git a/mercurial/revset.py b/mercurial/revset.py --- a/mercurial/revset.py +++ b/mercurial/revset.py @@ -1856,7 +1856,6 @@ 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 = []