Actions
Patch #2510
open[SCM, Bazaar] Prefer revision's "author" field over "committer" if available
Status:
New
Priority:
Low
Assignee:
-
Category:
SCM
Target version:
-
Start date:
2009-01-14
Due date:
% Done:
0%
Estimated time:
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.
Files
Related issues
No data to display
Actions