Mercurial > public > mercurial-scm > hg-stable
log hgext/fetch.py @ 53040:cdd7bf612c7b stable tip
age | author | description |
---|---|---|
Mon, 16 Sep 2024 15:36:44 +0200 | Matt Harbison | typing: add `from __future__ import annotations` to most files |
Sun, 20 Aug 2023 16:10:22 -0400 | Matt Harbison | fetch: migrate `opts` to native kwargs |
Fri, 02 Dec 2022 06:37:15 +0100 | Pierre-Yves David | path: pass `path` to `peer` in `hg fetch` |
Thu, 03 Mar 2022 17:34:00 +0100 | Gregory Szorc | py2: remove simple from __future__ statements |
Wed, 14 Apr 2021 11:38:10 +0200 | Pierre-Yves David | fetch: use `get_unique_pull_path` to retrieve the path |
Mon, 12 Apr 2021 03:01:04 +0200 | Pierre-Yves David | urlutil: extract `url` related code from `util` into the new module |