Submitter | phabricator |
---|---|
Date | March 26, 2018, 9:35 p.m. |
Message ID | <differential-rev-PHID-DREV-3odqcsdndw6iei27tjis-req@phab.mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/29886/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -810,6 +810,8 @@ 'mercurial.pure', 'mercurial.thirdparty', 'mercurial.thirdparty.attr', + 'mercurial.thirdparty.cbor', + 'mercurial.thirdparty.cbor.cbor2', 'mercurial.utils', 'hgext', 'hgext.convert', 'hgext.fsmonitor', 'hgext.fsmonitor.pywatchman', 'hgext.highlight',