Mercurial > hg
view hgext3rd/__init__.py @ 51477:d42006e0b130
stream-clone-test: simplify the background file closing test
Here we just care about the fact the background file closing logic actually ran. We don't need to check the details of the cloning.
The details of the output is very fragile and consume a lot of time for little
value when adjusting formats, caches, and protocol. So we filter it out.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Wed, 28 Feb 2024 22:26:27 +0100 |
parents | 6000f5b25c9b |
children | f4733654f144 |
line wrap: on
line source
# name space package to host third party extensions import pkgutil __path__ = pkgutil.extend_path(__path__, __name__)