mercurial/revset.py
changeset 46966 1e2f2c782928
parent 46956 c5c2936f6fb2
child 47041 a407fe56d6e8
--- 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 = []