[webkit-reviews] review denied: [Bug 36394] Include git commits in the diff for webkit-patch upload/land. : [Attachment 51443] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 26 14:08:04 PDT 2010


Eric Seidel <eric at webkit.org> has denied Ojan Vafai <ojan at chromium.org>'s
request for review:
Bug 36394: Include git commits in the diff for webkit-patch upload/land.
https://bugs.webkit.org/show_bug.cgi?id=36394

Attachment 51443: Patch
https://bugs.webkit.org/attachment.cgi?id=51443&action=review

------- Additional Comments from Eric Seidel <eric at webkit.org>
I would rather pass a revision to prepare-ChagneLog to diff against so that you
dont' have to compute the remote branch twice in two languages.

 131	 print STDERR "  --full-diff	Populate the ChangeLogs from the full
diff from trunk including local commits\n";

519520	   def commit_with_message(self, message, username=None):

needs to be broken into little _ helper functions for my little brain to have a
prayer of understanding.

I thought we had some helper function for running git config?
 588	     remote = run_command(['git', 'config', 'svn-remote.svn.fetch'])

Maybe that's in credentials.py?  If so it probably should re-use code in
scm.Git

%s is always better than + imo:
 607		 args.append(self.svn_branch_name() + '..HEAD')


More information about the webkit-reviews mailing list