Show More
@@ -54,14 +54,6 b' i18n/hg.pot' | |||||
54 | locale/*/LC_MESSAGES/hg.mo |
|
54 | locale/*/LC_MESSAGES/hg.mo | |
55 | hgext/__index__.py |
|
55 | hgext/__index__.py | |
56 |
|
56 | |||
57 | # files installed with a local --pure build |
|
|||
58 | mercurial/base85.py |
|
|||
59 | mercurial/bdiff.py |
|
|||
60 | mercurial/diffhelpers.py |
|
|||
61 | mercurial/mpatch.py |
|
|||
62 | mercurial/osutil.py |
|
|||
63 | mercurial/parsers.py |
|
|||
64 |
|
||||
65 | # Generated wheels |
|
57 | # Generated wheels | |
66 | wheelhouse/ |
|
58 | wheelhouse/ | |
67 |
|
59 |
@@ -64,7 +64,6 b' cleanbutpackages:' | |||||
64 | -$(PYTHON) setup.py clean --all # ignore errors from this command |
|
64 | -$(PYTHON) setup.py clean --all # ignore errors from this command | |
65 | find contrib doc hgext hgext3rd i18n mercurial tests \ |
|
65 | find contrib doc hgext hgext3rd i18n mercurial tests \ | |
66 | \( -name '*.py[cdo]' -o -name '*.so' \) -exec rm -f '{}' ';' |
|
66 | \( -name '*.py[cdo]' -o -name '*.so' \) -exec rm -f '{}' ';' | |
67 | rm -f $(addprefix mercurial/,$(notdir $(wildcard mercurial/pure/[a-z]*.py))) |
|
|||
68 | rm -f MANIFEST MANIFEST.in hgext/__index__.py tests/*.err |
|
67 | rm -f MANIFEST MANIFEST.in hgext/__index__.py tests/*.err | |
69 | rm -f mercurial/__modulepolicy__.py |
|
68 | rm -f mercurial/__modulepolicy__.py | |
70 | if test -d .hg; then rm -f mercurial/__version__.py; fi |
|
69 | if test -d .hg; then rm -f mercurial/__version__.py; fi |
General Comments 0
You need to be logged in to leave comments.
Login now