[wp-trac] [WordPress Trac] #27023: As a developer, I should be able to easily get and apply patches from trac
WordPress Trac
noreply at wordpress.org
Wed Feb 5 18:02:02 UTC 2014
#27023: As a developer, I should be able to easily get and apply patches from trac
------------------------------+-----------------------------
Reporter: jorbin | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Build/Test Tools | Version:
Severity: normal | Keywords: has-patch
Focuses: |
------------------------------+-----------------------------
getting and applying patches from core.trac.wordpress.org can be a bit of
a hassle. Find the ticket, look at the patch, scroll to the bottom.
Download the original. What if it was as easy as entering a trac url? or
ticket number? Or the not raw patch url?
That is what this aims to solve.
To use:
{{{
grunt patch # This will look for patches in your root checkout
grunt patch:18380 # This will look for patches on ticket 18380 and let you
choose which one to install
grunt patch:https://core.trac.wordpress.org/ticket/18380 # same as above
grunt
patch:https://core.trac.wordpress.org/attachment/ticket/18380/18380.4.diff
# Will download and apply that specific patch
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/27023>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list