changeset 46966:1e2f2c782928

revset: drop an outdated comment There is not `ui.expandpath` call there anymore. Differential Revision: https://phab.mercurial-scm.org/D10435
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 15 Apr 2021 09:59:12 +0200
parents b03527bdac01
children 314386a19cff
files mercurial/revset.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/revset.py	Thu Apr 15 01:03:12 2021 +0200
+++ b/mercurial/revset.py	Thu Apr 15 09:59:12 2021 +0200
@@ -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 = []