Commit 0ab34480 authored by Denis Bilenko's avatar Denis Bilenko

make_dist.py: do not call 'hg status'

parent b88afedd
......@@ -104,8 +104,6 @@ def _make_dist(version='dev', fast=False, revert=False):
system(set_version_command)
if revert or not fast:
system('hg diff', noisy=False)
else:
system('hg status', noisy=False)
system('python setup.py -q sdist')
dist_filename = glob.glob('dist/gevent-*.tar.gz')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment