This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author schmir
Recipients betelgeus, draghuram, schmir
Date 2008-02-23.23:10:49
SpamBayes Score 0.29738382
Marked as misclassified No
Message-id <1203808255.88.0.515790552223.issue1725737@psf.upfronthosting.co.za>
In-reply-to
Content
running setup.py sdist --prune results in:

making hard links in ex-0.0.0...
hard linking MANIFEST.in -> ex-0.0.0
hard linking setup.py -> ex-0.0.0
hard linking .hg/00changelog.i -> ex-0.0.0/.hg
hard linking .hg/dirstate -> ex-0.0.0/.hg
hard linking .hg/requires -> ex-0.0.0/.hg
hard linking .hg/undo.branch -> ex-0.0.0/.hg
hard linking .hg/undo.dirstate -> ex-0.0.0/.hg
hard linking .hg/store/00changelog.i -> ex-0.0.0/.hg/store
hard linking .hg/store/00manifest.i -> ex-0.0.0/.hg/store
hard linking .hg/store/undo -> ex-0.0.0/.hg/store
hard linking .hg/store/data/_m_a_n_i_f_e_s_t.in.i -> ex-0.0.0/.hg/store/data
hard linking .hg/store/data/setup.py.i -> ex-0.0.0/.hg/store/data
hard linking .svn/entries -> ex-0.0.0/.svn
creating dist
tar -cf dist/ex-0.0.0.tar ex-0.0.0
gzip -f9 dist/ex-0.0.0.tar
removing 'ex-0.0.0' (and everything under it)
History
Date User Action Args
2008-02-23 23:10:56schmirsetspambayes_score: 0.297384 -> 0.29738382
recipients: + schmir, draghuram, betelgeus
2008-02-23 23:10:55schmirsetspambayes_score: 0.297384 -> 0.297384
messageid: <1203808255.88.0.515790552223.issue1725737@psf.upfronthosting.co.za>
2008-02-23 23:10:50schmirlinkissue1725737 messages
2008-02-23 23:10:49schmircreate