Merge lp:~logan/merge-o-matic/fix-double-space into lp:merge-o-matic

Proposed by Logan Rosen
Status: Merged
Merged at revision: 351
Proposed branch: lp:~logan/merge-o-matic/fix-double-space
Merge into: lp:merge-o-matic
Diff against target: 12 lines (+1/-1)
1 file modified
produce-merges.py (+1/-1)
To merge this branch: bzr merge lp:~logan/merge-o-matic/fix-double-space
Reviewer Review Type Date Requested Status
Ubuntu Core Development Team Pending
Review via email: mp+386413@code.launchpad.net

Description of the change

It's always triggered my OCD that MoM puts two spaces before "Remaining changes" in its changelog entries. I've decided to finally just fix it at the source instead of removing one of the spaces each time I perform a merge.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'produce-merges.py'
2--- produce-merges.py 2019-01-25 18:24:51 +0000
3+++ produce-merges.py 2020-06-26 01:07:44 +0000
4@@ -1091,7 +1091,7 @@
5 )
6 print(file=new_changelog)
7 print(
8- " * Merge from %s %s. Remaining changes:"
9+ " * Merge from %s %s. Remaining changes:"
10 % (right_distro.title(), right_dist),
11 file=new_changelog,
12 )

Subscribers

People subscribed via source and target branches

to status/vote changes: