%pr_open_title
%pr_compare_desc
@if error_msg != ''@error_msg
@end
@if has_compare
@if commits.len == 0
%pr_no_commits_between
@else
@commits.len %pr_commits_label ·
@file_diffs.len %pr_files_changed_label
%pr_commits_heading
-
@for c in commits
-
@c.hash@c.message
@end
%pr_files_changed
-
@for fd in file_diffs
- @fd.path +@fd.additions -@fd.deletions @end