Mercurial > hg
comparison hgext/remotefilelog/connectionpool.py @ 51700:7f0cb9ee0534
Backout accidental publication of a large range of revisions
I accidentally published 25e7f9dcad0f::bd1483fd7088, this is the inverse.
author | Raphaël Gomès <rgomes@octobus.net> |
---|---|
date | Tue, 23 Jul 2024 10:02:46 +0200 |
parents | 493034cc3265 |
children | ca7bde5dbafb |
comparison
equal
deleted
inserted
replaced
51699:bd1483fd7088 | 51700:7f0cb9ee0534 |
---|---|
36 conn = None | 36 conn = None |
37 except IndexError: | 37 except IndexError: |
38 pass | 38 pass |
39 | 39 |
40 if conn is None: | 40 if conn is None: |
41 | |
41 peer = hg.peer(self._repo.ui, {}, path) | 42 peer = hg.peer(self._repo.ui, {}, path) |
42 if hasattr(peer, '_cleanup'): | 43 if hasattr(peer, '_cleanup'): |
43 | 44 |
44 class mypeer(peer.__class__): | 45 class mypeer(peer.__class__): |
45 def _cleanup(self, warn=None): | 46 def _cleanup(self, warn=None): |