Bug 138375 - Add a method for performing cherrypick-merges to git.py
Summary: Add a method for performing cherrypick-merges to git.py
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-04 14:21 PST by Matthew Hanson
Modified: 2015-02-26 06:07 PST (History)
7 users (show)

See Also:


Attachments
Patch to add cherrypick-merge support to git.py (1.94 KB, patch)
2014-11-04 14:47 PST, Matthew Hanson
rniwa: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Hanson 2014-11-04 14:21:31 PST
Cherrypick-merge support is hugely important to the effort to improve merge workflows.
Comment 1 Matthew Hanson 2014-11-04 14:47:22 PST
Created attachment 240949 [details]
Patch to add cherrypick-merge support to git.py
Comment 2 Daniel Bates 2014-11-04 20:56:30 PST
Committed in <http://trac.webkit.org/changeset/175606>.