Closed
Bug 70436
Opened 24 years ago
Closed 22 years ago
[rfe] link from attached patch to colored diffs (cvsview2.cgi)
Categories
(Bugzilla :: Creating/Changing Bugs, enhancement, P2)
Tracking
()
RESOLVED
DUPLICATE
of bug 174942
People
(Reporter: jruderman, Assigned: myk)
References
Details
Bugzilla should put a link next to each attached patch that runs the patch
through the pretty-colored diff script (cvsview2.cgi) on bonsai. This could be
added between the date (which is also the link to the actual patch) and the
name of the patch. The link could be called "show patch in context", or
perhaps something shorter.
Making this feature work would probably require adding code to bonsai that lets
the user specify a URL for a new patch for display in cvsview2.cgi. Cvsview2
should probably link back to the patch, perhaps by replacing "Version [new]"
with "With _patch_" when it's running patches that haven't yet been checked in.
Since patches contain the old version number, it should be possible to display
a patch even if it's not against the latest version. Cvsview2.cgi should
complain about out-of-date patches, though, to make it easier to notice when
patches need to be updated. Maybe some red text at the top containing a few
links:
This patch was made against version _1.1_, but the newest version of this file
is _1.4_.
_Show diff_ between 1.1 and 1.4.
Random bug with a patch: bug 62445
To get a random patch shown in cvsview2.cgi, go to
http://tinderbox.mozilla.org/showbuilds.cgi?tree=SeaMonkey, click on someone's
name, click on "last check-in", and click on the revision number.
Updated•24 years ago
|
OS: Windows 98 → other
Comment 1•24 years ago
|
||
This would increase my reviewing powers by 300%.
Reporter | ||
Comment 2•23 years ago
|
||
Hmm, I forgot that many patches touch multiple files. I guess there would have
to be an extra script (probably on bonsai) to take the patch and list the files
it touches, letting you look at colored diffs for each file.
that's not too hard, i have a script that converts patches into a list of files
which it checks out from cvs (based on the listed revision).
Comment 4•23 years ago
|
||
Is there anything I can do to convince you guys that this would help reviewing
patches a lot easier? And would probably increase general productivity a lot!
Updated•23 years ago
|
Assignee | ||
Comment 5•23 years ago
|
||
Nope, since I'm already convinced. :-)
Comment 6•23 years ago
|
||
-> Bugzilla product
Assignee: tara → myk
Component: Bugzilla → Creating/Changing Bugs
Product: Webtools → Bugzilla
Version: other → unspecified
Comment 7•23 years ago
|
||
We are currently trying to wrap up Bugzilla 2.16. We are now close enough to
release time that anything that wasn't already ranked at P1 isn't going to make
the cut. Thus this is being retargetted at 2.18. If you strongly disagree with
this retargetting, please comment, however, be aware that we only have about 2
weeks left to review and test anything at this point, and we intend to devote
this time to the remaining bugs that were designated as release blockers.
Target Milestone: Bugzilla 2.16 → Bugzilla 2.18
Reporter | ||
Comment 8•22 years ago
|
||
*** This bug has been marked as a duplicate of 174942 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Comment 9•22 years ago
|
||
clearing milestone in INVALID/WONTFIX/DUPLICATE/WORKSFORME so they'll show up as
untriaged if they get reopened.
Target Milestone: Bugzilla 2.18 → ---
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•