Berker Peksag added the comment:

+    # 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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22992>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to