makefile: remove hgext3rd

Summary: `hgext3rd` was gone. Remove it.

Reviewed By: singhsrb

Differential Revision: D13885071

fbshipit-source-id: 9b82b24b17de61546f3beaeb6c3c3123ab2d2524
This commit is contained in:
Jun Wu 2019-01-30 14:24:55 -08:00 committed by Facebook Github Bot
parent aadd79c27f
commit 824632606f

View File

@ -76,7 +76,7 @@ doc: local
cleanbutpackages:
-$(PYTHON) setup.py clean --all # ignore errors from this command
find contrib doc hgext hgext3rd i18n mercurial tests hgdemandimport \
find contrib doc hgext i18n mercurial tests hgdemandimport \
\( -name '*.py[cdo]' -o -name '*.so' \) -exec rm -f '{}' ';'
rm -f MANIFEST MANIFEST.in hgext/__index__.py tests/*.err
rm -f mercurial/__modulepolicy__.py