branch subscriptions settings are hard to understand
Bug #116081 reported by
Barry Warsaw
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
Low
|
Unassigned |
Bug Description
Two small problems with branch subscriptions on Launchpad.
1. The notification level description doesn't tell you what "branch attributes" are. You can't decide whether to get notifications for these or not if you don't know what you'll get.
2. The diff size limit should not control whether you get a notification or not. Diffs greater than the limit should be pruned but not suppressed. IOW, I should be able to still get a notification of a branch change, even if it only contains a partial listing, because I can always generate the full diffs locally.
Changed in launchpad-bazaar: | |
status: | Confirmed → Triaged |
Changed in launchpad-code: | |
importance: | Medium → Low |
To post a comment you must log in.
For point 1 I agree. It does need some better explanation.
For point 2, you do still get the email notifying you of a change, but it doesn't send the diff if the diff is larger than the limit specified. It does say something like "The diff length of 3546 lines was longer than the limit specified of 1000 lines"