Changes between Version 48 and Version 49 of UpdatingBugzilla


Ignore:
Timestamp:
Feb 10, 2017 11:33:30 AM (7 years ago)
Author:
ddkilzer@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UpdatingBugzilla

    v48 v49  
    6363== Update ==
    6464
    65  * Update git-svn of `Websites`bugs.webkit.org` in svn.
     65 * Update git-svn of `Websites/bugs.webkit.org` in svn.
    6666{{{
    6767    cd bugzilla.git
     
    7979== Merge ==
    8080
     81The instructions below assume that Bugzilla was previously merged to `release-4.2.11` and is being updated to `release-5.0.3`.
     82
    8183 * Merge a new release of Bugzilla using an upstream tag.
    8284{{{
     
    8789
    8890 * Clean up any conflicts when the merge is done.
     91  * To check if there were previously local changes on master:
     92{{{
     93    git diff release-4.2.11..master path/to/file
     94}}}
     95  * To check for current differences to the merge target:
     96{{{
     97    git diff release-5.0.3 path/to/file
     98}}}
    8999
    90100 * Locate any customize templates that no longer exist: