mercurial/utils/__init__.py
author Simon Sapin <simon.sapin@octobus.net>
Tue, 26 Jan 2021 18:31:46 +0100
changeset 46501 4b381dbbf8b7
parent 36636 c6061cadb400
permissions -rw-r--r--
rhg: centralize parsing of `--rev` CLI arguments This new module will be the place to implement more of the revset language when we do so. Differential Revision: https://phab.mercurial-scm.org/D9873