path: remove outdated documentation point from `get_unique_push_path`
authorPierre-Yves David <pierre-yves.david@octobus.net>
Fri, 02 Dec 2022 01:41:27 +0100
changeset 49720 bcb172e360d0
parent 49719 06083c5f9e29
child 49721 9f249dee8ce8
path: remove outdated documentation point from `get_unique_push_path` This is no longer true.
mercurial/utils/urlutil.py
--- a/mercurial/utils/urlutil.py	Thu Dec 01 18:41:59 2022 +0100
+++ b/mercurial/utils/urlutil.py	Fri Dec 02 01:41:27 2022 +0100
@@ -522,8 +522,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.
     """
     if dest is None: