# HG changeset patch # User Pierre-Yves David # Date 2022-12-02 00:41:27 # Node ID bcb172e360d02c7229fc91770dae4a22a96719dc # Parent 06083c5f9e2952ad9493f6b7af438edd695dbcc4 path: remove outdated documentation point from `get_unique_push_path` This is no longer true. diff --git a/mercurial/utils/urlutil.py b/mercurial/utils/urlutil.py --- a/mercurial/utils/urlutil.py +++ b/mercurial/utils/urlutil.py @@ -522,8 +522,6 @@ def get_unique_push_path(action, repo, u 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: