[Request] [- ] D10435: revset: drop an outdated comment
marmoute (Pierre-Yves David)
phabricator at mercurial-scm.org
Thu Apr 15 08:52:54 UTC 2021
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
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
Cc: mercurial-patches, mercurial-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mercurial-scm.org/pipermail/mercurial-patches/attachments/20210415/9e99e637/attachment.html>
More information about the Mercurial-patches
mailing list