Changes between Version 11 and Version 12 of UpdatingBugzilla


Ignore:
Timestamp:
Aug 1, 2009 3:48:50 PM (15 years ago)
Author:
ddkilzer@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UpdatingBugzilla

    v11 v12  
    8585{{{
    8686    for F in `find template/en/custom -type f | grep -v review.html.tmpl | grep -v reviewform.html.tmpl`; do git diff HEAD:`echo $F | sed -e 's#/custom/#/default/#'` HEAD:$F; done > template-changes.diff
    87 }}}}
     87}}}
    8888
    8989 * Merge the new Bugzilla.  Clean up any conflicts when the merge is done.