This is an archive of the discontinued Mercurial Phabricator instance.

gitweb: preserve whitespace in description
ClosedPublic

Authored by indygreg on Jul 17 2017, 6:55 PM.

Details

Summary

Without this, multiple spaces or tabs in the commit message aren't
preserved and things like tables don't align properly.

As part of adding the CSS rule, we had to cuddle the content
with the <div> to not introduce leading and trailing whitespace.
The "addbreaks" filter was also removed because it would insert
an additional newline, effectively double spacing content.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

indygreg created this revision.Jul 17 2017, 6:55 PM
martinvonz accepted this revision.Jul 17 2017, 7:02 PM
This revision is now accepted and ready to land.Jul 17 2017, 7:02 PM
This revision was automatically updated to reflect the committed changes.