[Webkit-unassigned] [Bug 28601] bugzilla-tool post-commits posts commits backwards

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 20 22:53:15 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=28601





--- Comment #3 from David Kilzer (ddkilzer) <ddkilzer at webkit.org>  2009-08-20 22:53:15 PDT ---
I think this change to scm.py fixes that:

             elif '..' in commitish:
-                commit_ids += self.run_command(['git', 'rev-list',
commitish]).splitlines()
+                commit_ids += reversed(self.run_command(['git', 'rev-list',
commitish]).splitlines())

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list