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 berker.peksag
Recipients berker.peksag, brett.cannon, demian.brecht, ezio.melotti
Date 2014-12-05.16:09:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1417795765.81.0.368571892581.issue22992@psf.upfronthosting.co.za>
In-reply-to
Content
+    # address review comments and merge

You can remove the "and merge" part.

+    # generate patch for submission
+    git diff master..issueA > issueA.patch

Contributors may need to update their repos before this step. It would be good to add a note about "git pull --rebase".

+    # create patch
+    # git diff master..issueA > issueA.patch
+    hg diff -c issueA > issueA.patch

Same here.
History
Date User Action Args
2014-12-05 16:09:25berker.peksagsetrecipients: + berker.peksag, brett.cannon, ezio.melotti, demian.brecht
2014-12-05 16:09:25berker.peksagsetmessageid: <1417795765.81.0.368571892581.issue22992@psf.upfronthosting.co.za>
2014-12-05 16:09:25berker.peksaglinkissue22992 messages
2014-12-05 16:09:25berker.peksagcreate