Revision view shows the author as "committer"
Bug #733015 reported by
Matt Giuca
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
loggerhead |
Fix Released
|
High
|
John A Meinel |
Bug Description
The revision view currently shows only the author of the revision, not the committer. Confusingly, it uses the label "committer".
For example, at http://
Committer: Prageeth Silva
However, Prageeth Silva was the author of this commit, and I (Matt Giuca) was the committer, as shown in this "bzr log":
revno: 121
author: Prageeth Silva <prageethsilva@
committer: Matt Giuca <matt.giuca@
The Loggerhead label "Committer" should be changed to "Author".
Furthermore, it wouldn't hurt if the actual committer was displayed here. So I would expect to see:
Author: Prageeth Silva
Committer: Matt Giuca
Related branches
lp://staging/~jameinel/loggerhead/authors-733015
- Jelmer Vernooij: Approve (code)
-
Diff: 261 lines (+131/-23)6 files modifiedNEWS (+6/-3)
loggerhead/history.py (+7/-1)
loggerhead/templates/revisioninfo.pt (+4/-0)
loggerhead/tests/__init__.py (+1/-0)
loggerhead/tests/test_history.py (+78/-19)
loggerhead/tests/test_revision_ui.py (+35/-0)
Changed in loggerhead: | |
status: | New → Triaged |
importance: | Undecided → High |
Changed in loggerhead: | |
status: | Triaged → In Progress |
assignee: | nobody → John A Meinel (jameinel) |
Changed in loggerhead: | |
status: | In Progress → Fix Released |
To post a comment you must log in.