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 eric.araujo
Recipients benjamin.peterson, brett.cannon, eric.araujo, eric.snow, meador.inge, scummos
Date 2013-01-25.19:25:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359141900.51.0.741629070789.issue16795@psf.upfronthosting.co.za>
In-reply-to
Content
> I'm not sure how to make hg include a commit message in the patch...
See hg help export.

(In Mercurial, the only objects are changesets; hg log trawls through commit messages (with options to see short text, full text, diff), hg diff only shows diff, and hg export is the command to output full changesets.)
History
Date User Action Args
2013-01-25 19:25:00eric.araujosetrecipients: + eric.araujo, brett.cannon, benjamin.peterson, meador.inge, scummos, eric.snow
2013-01-25 19:25:00eric.araujosetmessageid: <1359141900.51.0.741629070789.issue16795@psf.upfronthosting.co.za>
2013-01-25 19:25:00eric.araujolinkissue16795 messages
2013-01-25 19:25:00eric.araujocreate