[Updated] D10435: revset: drop an outdated comment

marmoute (Pierre-Yves David) phabricator at mercurial-scm.org
Sat Apr 17 22:13:36 UTC 2021


Closed by commit rHG1e2f2c782928: revset: drop an outdated comment (authored by marmoute).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D10435?vs=26922&id=26998

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D10435/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D10435

AFFECTED FILES
  mercurial/revset.py

CHANGE DETAILS

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 = []



To: marmoute, #hg-reviewers, pulkit
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20210417/6d98cbbc/attachment-0002.html>


More information about the Mercurial-patches mailing list