Patch #2510
[SCM, Bazaar] Prefer revision's "author" field over "committer" if available
Status: | New | Start date: | 2009-01-14 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | SCM | |||
Target version: | - |
Description
I'm using the Bazaar SCM Adapter. Some revisions have the author
field set to show that the committer of that revision was not the author of that change. This info is given by the --author
option of Bazaar's commit
command.
The current Bazaar SCM Adapter always uses the committer
field to set the author of a revision.
I like the Bazaar SCM Adapter to prefer the author
field over the committer
field, if the author
field is set. The attached patch changes lib/redmine/scm/adapters/bazaar_adapter.rb
accordingly.
Related issues