Vote #64443
未完了[SCM, Bazaar] Prefer revision's "author" field over "committer" if available
0%
説明
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
relates,New,2799,Support for Bazaar's shared reposetories (created with init-repo)