# HG changeset patch # User Anton Shestakov # Date 1442557424 -28800 # Node ID 8d49d4899b0f905af26d3f4351c23f078cfeabbd # Parent 59c410db8c68aa544697fdf9a4c9b7ea0249ba75 monoblue: split a long line in filelogentry template The whole td has a nowrap class, which disallows breaking the line, so it's not required to use non-breakable spaces. diff -r 59c410db8c68 -r 8d49d4899b0f mercurial/templates/monoblue/map --- a/mercurial/templates/monoblue/map Fri Sep 18 21:32:43 2015 +0900 +++ b/mercurial/templates/monoblue/map Fri Sep 18 14:23:44 2015 +0800 @@ -254,7 +254,9 @@ - file | diff | annotate + file | + diff | + annotate {rename%filelogrename} ' diff -r 59c410db8c68 -r 8d49d4899b0f tests/test-hgweb-symrev.t --- a/tests/test-hgweb-symrev.t Fri Sep 18 21:32:43 2015 +0900 +++ b/tests/test-hgweb-symrev.t Fri Sep 18 14:23:44 2015 +0800 @@ -801,9 +801,13 @@
  • comparison
  • rss
  • - file | diff | annotate + file | + diff | + annotate - file | diff | annotate + file | + diff | + annotate (0)tip $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'annotate/xyzzy/foo?style=monoblue' | egrep $REVLINKS