# HG changeset patch # User Steve Losh # Date 1296345639 18000 # Node ID e62677ebd73d62507b20fabc75ee0b5ecbd1cf90 # Parent 4d308e5f132c4008830a811cc9b68d5e0998bb9d web: always show the full changeset description diff -r 4d308e5f132c -r e62677ebd73d review/templates/changeset.html --- a/review/templates/changeset.html Thu Jan 27 19:01:49 2011 -0500 +++ b/review/templates/changeset.html Sat Jan 29 19:00:39 2011 -0500 @@ -34,9 +34,7 @@ {{ utils['person'](rev.user()) }} - {% if utils['len'](rev.description().splitlines()) > 1 %} -
{{ "\n".join(rev.description().splitlines()[1:]).strip() }}
- {% endif %} +
{{ rev.description() }}
{% with %}