Would it be possible to make upload.py sent multiple commits? For
casual contributors, a single commit is fine, but serious
developers like Mike require the ability to upload multiple
commits for a single issue.
Yes, this will be possible.
Do you mean something like this ?
This is achieved with a simple "python upload.py HEAD~3"
There is 3 commits and the three patches follow each other in the patch set.As you can see on some side-by-side diffs, there is still a lot of bugs to squash.
Bertrand
PS : Shall I send the issue on Rietveld's code.google ?