Message194241
"Is there a reason why there is no 'review' link? Could it be because the file is uploaded as is rather than as a patch?"
I think I can answer this question. The answer is yes. You can have "review" only if you use diff not raw file.
The original poster, Steven D'Aprano, uploaded the raw file instead of diff. To upload the new file as a diff, (assuming he is using mercurial) he can do something like this:
hg add Lib/statistics.py
hg diff Lib/statistics.py > /tmp/statistics_diff.patch
Then he can upload the statistics_diff.patch.
Of course, this is just my hypothetical guess. |
|
Date |
User |
Action |
Args |
2013-08-03 08:30:54 | vajrasky | set | recipients:
+ vajrasky, gregory.p.smith, ronaldoussoren, belopolsky, pitrou, steven.daprano |
2013-08-03 08:30:53 | vajrasky | set | messageid: <1375518653.98.0.642731043115.issue18606@psf.upfronthosting.co.za> |
2013-08-03 08:30:53 | vajrasky | link | issue18606 messages |
2013-08-03 08:30:53 | vajrasky | create | |
|