log mercurial/unionrepo.py @ 50031:90f047edab4f

age author description
Mon, 30 Jan 2023 16:49:41 -0500 Matt Harbison unionrepo: resync several methods to actually override superclass methods
Sat, 03 Dec 2022 00:16:07 +0100 Pierre-Yves David peer: have `repo.peer` take an optional `path` argument
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):