path: remove outdated documentation point from `get_unique_pull_path`
authorPierre-Yves David <pierre-yves.david@octobus.net>
Thu, 01 Dec 2022 16:58:22 +0100
changeset 49716 d4926e08507d
parent 49715 ce5f49e8d6ed
child 49717 f2f4ec857f78
path: remove outdated documentation point from `get_unique_pull_path` This is no longer true.
mercurial/utils/urlutil.py
--- a/mercurial/utils/urlutil.py	Thu Dec 01 16:53:22 2022 +0100
+++ b/mercurial/utils/urlutil.py	Thu Dec 01 16:58:22 2022 +0100
@@ -550,8 +550,6 @@
     This is useful for command and action that does not support multiple
     destination (yet).
 
-    Note that for now, we cannot get multiple destination so this function is "trivial".
-
     The `action` parameter will be used for the error message.
     """
     urls = []