berkus / rietveld

Code review tool from Guido for Django
code.google.com/p/rietveld
Apache License 2.0
0 stars 0 forks source link

update issue when CL is mailed #488

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When a changelist is submitted that contains "updates issue xxx" or "fixes 
issue xxx", rietveld updates issue xxx when the changelist is submitted.

It would also be nice if it updated the issue when the changelist is mailed, so 
that people viewing the issue know that a fix is in progress.

This will prevent some people (aka, me) from duplicating work that was already 
done by someone else and is just waiting for someone (aka, me) to code review 
it...

It could just add a message to the issue with "changelist #xxx out for review" 
to the issue.  Maybe with some indication as to whether it is an update or a 
fix.

Original issue reported on code.google.com by khr@golang.org on 4 Apr 2014 at 7:45