You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Double-click on a hunk
2. Compose the reply
3. Update the issue and send mail
What is the expected output? What do you see instead?
Developers who do not use the web interface, expect the e-mail message
generated by Rietveld to include enough context to not need to use the web
interface. For instance, given a hunk with 5 lines and a reply on line #3,
Rietveld will only show the line where the user clicked on to reply:
URL
filename:lineno: line #3
comment
If you are only reading the e-mail reply, that is too little context and you
don't know what the comment is referring to. If Rietveld produced the
following, it would make it easier for the e-mail users:
> URL
> line #1
> line #2
> ** line #3
> line #4
> line #5
comment
So, we are looking for two main changes:
1. Quoting with '>', for the benefit of e-mail users.
2. Adding a few lines surrounding the line the comment applies to. This
provides context for the comment.
What version of the product are you using? On what operating system?
r696 on Linux.
*** If you are a Google employee please say so or mail me (Guido van
Rossum) directly. ***
I am a Google employee.
Please provide any additional information below.
Original issue reported on code.google.com by dnovi...@google.com on 18 Apr 2011 at 2:44
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
dnovi...@google.com
on 18 Apr 2011 at 2:44The text was updated successfully, but these errors were encountered: