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 pitrou
Recipients Justin.Venus, georg.brandl, jcea, pitrou, python-dev, serhiy.storchaka
Date 2012-06-19.15:00:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340117809.3361.6.camel@localhost.localdomain>
In-reply-to <1340117660.21.0.304712895654.issue15103@psf.upfronthosting.co.za>
Content
> As a general rule, generated files should not be included in the
> repository.

We already include generated files such as configure. This is either for
convenience or for bootstrap purposes.

> Recent mercurial versions include a "--large" parameter for "hg add"
> that threat files as binary.

No, it has nothing to do. "--large" is added by the largefiles
extension.
History
Date User Action Args
2012-06-19 15:00:35pitrousetrecipients: + pitrou, georg.brandl, jcea, python-dev, serhiy.storchaka, Justin.Venus
2012-06-19 15:00:34pitroulinkissue15103 messages
2012-06-19 15:00:33pitroucreate