Commit notifications include too little data about merged revisions
Bug #505817 reported by
Thierry Carrez
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
High
|
Unassigned |
Bug Description
When merging from another branch, you get a single commit notification message like this:
=======
Merge authors:
...
...
-------
revno: 1118 [merge]
committer: ...
branch nick: main
timestamp: Thu 2010-01-07 17:03:47 -0800
message:
merging in latest
modified:
...
...
=======
It would be great, in case of merges, to get the detailed commit messages from the merged branch, as given by "bzr log --include-merges". That gives much more meaningful information to those only subscribed to the main branch.
Changed in launchpad: | |
importance: | Undecided → High |
summary: |
- Commit notifications should --include-merges on merged revisions + Commit notifications include too little data about merged revisions |
To post a comment you must log in.
We used to do this in the past, and it was determined that most often this isn't what is desired.
The complete history is available for any user to look at in more detail if they so desire, but in the situations where people commit *a lot*, the email became almost useless.