mercurial/thirdparty/__init__.py
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 20 Oct 2020 08:58:20 -0700
changeset 45775 5bb900885311
parent 34397 765eb17a7eb8
permissions -rw-r--r--
errors: remove unnecessary override of __bytes__ in RevlogError StorageError already provides the same definition. Differential Revision: https://phab.mercurial-scm.org/D9234