Submitter | phabricator |
---|---|
Date | Jan. 8, 2020, 7:49 p.m. |
Message ID | <29e0222ace44fb61c2c76f29fa149158@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/44195/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/tests/test-remotefilelog-prefetch.t b/tests/test-remotefilelog-prefetch.t --- a/tests/test-remotefilelog-prefetch.t +++ b/tests/test-remotefilelog-prefetch.t @@ -250,7 +250,7 @@ > try: > hexid = (b'%02x' % (i + 1)) * 20 > repo.fileservice.prefetch([(b'somefile.txt', hexid)]) - > except: + > except Exception: > pass > EOF