Submitter | phabricator |
---|---|
Date | Nov. 6, 2019, 10:58 p.m. |
Message ID | <differential-rev-PHID-DREV-hhrwhyaaa6inh27vsbbl-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/42832/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/wireprototypes.py b/mercurial/wireprototypes.py --- a/mercurial/wireprototypes.py +++ b/mercurial/wireprototypes.py @@ -404,7 +404,7 @@ ) % config, hint=_(b'usable compression engines: %s') - % b', '.sorted(validnames), + % b', '.sorted(validnames), # pytype: disable=attribute-error ) return compengines