Message286508
It looks like everyone is happy and the patch is ready for Mariatta to apply.
The procedure is:
$ hg pull -u
$ hg diff # Verify it has only your intended patch
$ hg update 3.6
$ cd Doc
$ make html
$ open build/html/index.html # Now review generated HTML
$ hg commit -m "Issue #29381: Clarify ordering of UNIX shebang line as source encoding line"
$ hg update default
$ hg merge 3.6
$ hg diff # Verify it has only your intended patch
$ hg commit -m "merge"
$ hg push
Then return to this issue, verify the bot has posted the commit.
Write a comment thanking the OP and reviewers. Then mark the status as "closed" and resolution as "fixed". |
|
Date |
User |
Action |
Args |
2017-01-31 03:22:15 | rhettinger | set | recipients:
+ rhettinger, docs@python, marco.buttu, Jim Fasarakis-Hilliard, Mariatta |
2017-01-31 03:22:15 | rhettinger | set | messageid: <1485832935.22.0.583137169133.issue29381@psf.upfronthosting.co.za> |
2017-01-31 03:22:15 | rhettinger | link | issue29381 messages |
2017-01-31 03:22:14 | rhettinger | create | |
|