mercurial/thirdparty/__init__.py
author Pulkit Goyal <7895pulkit@gmail.com>
Sat, 08 Aug 2020 15:48:17 +0530
changeset 45391 e58e234096de
parent 34398 765eb17a7eb8
permissions -rw-r--r--
repository: introduce constant for treemanifest requirement and use it In future we will like to much cleaner logic around which requirement is for working copy and which can go in store. To start with that, we first need to de-clutter the requirement values spread around and replace them with constants. Differential Revision: https://phab.mercurial-scm.org/D8916