[Webkit-unassigned] [Bug 13884] patch for prepare-ChangeLog to populate ChangeLog files from a git commit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 22 10:15:46 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13884





------- Comment #15 from aroben at apple.com  2007-06-22 10:15 PDT -------
(From update of attachment 15182)
+    my %gitCommitStatus = (
+        "A" => 1,
+        "M" => 1,
+        "D" => 1,
+    );

I don't think "D" is an "added or modified" status, while "R" is, so why do we
need to use something different from %svnStatus?


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



More information about the webkit-unassigned mailing list