mercurial/defaultrc/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 12 Apr 2021 03:01:04 +0200
changeset 46907 ffd3e823a7e5
parent 43877 1390bb81163e
permissions -rw-r--r--
urlutil: extract `url` related code from `util` into the new module The new module is well fitting for this new code. And this will be useful to make the gathered code collaborate more later. Differential Revision: https://phab.mercurial-scm.org/D10374