Changes between Version 11 and Version 12 of UpdatingBugzilla
- Timestamp:
- Aug 1, 2009, 3:48:50 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UpdatingBugzilla
v11 v12 85 85 {{{ 86 86 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 }}} 88 88 89 89 * Merge the new Bugzilla. Clean up any conflicts when the merge is done.