Bug 27949

Summary: bugzilla-tool shouldn't comment on bugs with useless cruft when committing patches
Product: WebKit Reporter: Mark Rowe (bdash) <mrowe>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: abarth, eric, levin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   

Description Mark Rowe (bdash) 2009-08-03 13:32:52 PDT
See <https://bugs.webkit.org/show_bug.cgi?id=27946#c3>.  The output of "git svn dcommit" shouldn't be included.  Listing files changed during the commit is of minimal value.  Showing revisions being fetched because someone happened to commit with an out of date tree is useless.  A much simpler, cleaner format would have been something like:

Committed in r46726 (<http://trac.webkit.org/changeset/46726>).

One line.  No irrelevant cruft.
Comment 1 Eric Seidel (no email) 2009-08-03 13:35:39 PDT

*** This bug has been marked as a duplicate of bug 26920 ***
Comment 2 Eric Seidel (no email) 2009-08-03 13:36:40 PDT
I agree.  I think the list of changed file is nice, but not necessarily required.  But certainly there is way too much junk added right now.