(Steve Dougherty)
2013-07-26: Add newline after displaying pull request body. Add newline after displaying pull request body. Otherwise the separator is on the same line, which is not desirable.
diff --git a/infocalypse/wot.py b/infocalypse/wot.py --- a/infocalypse/wot.py +++ b/infocalypse/wot.py @@ -251,7 +251,7 @@ def read_message_yaml(ui, from_address, ui.status(subject[subject.find(VCS_TOKEN) + len(VCS_TOKEN):] + '\n') ui.status(separator) - ui.status(body[:yaml_start]) + ui.status(body[:yaml_start] + '\n') ui.status(separator) ui.status("To accept this request, pull from: %s\n"