aa565d57a60a2c204cc426675f3517fc2f32f9fd

Local copy of the JavaScript was updated to include all supported languages: (cd gerrit-prettify/src/main/resources/com/google/gerrit/prettify/client/; for f in lang-*.js; do n=$(echo $f | sed 's,-,_,; s,.js,,'); echo " @Source(\"$f\") TextResource $n();"; done) >gerrit-prettify/src/main/java/com/google/gerrit/prettify/client/Resources.java prettify no longer uses <br> for line breaks. It now inserts only an LF. This requires the post-processing parsing step to be updated and break on LF or HTML tags. Bug: issue 1155 Change-Id: I09c199f568a4579804790f7fa1548473419d14c2
Description
RETIRED, Gerrit as used by OpenStack