Actions
Defect #17931
closednote "Applied in changeset" generated multiple times for the same repo
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
I have couple sub-projects, but all of them uses the same GIT "Main" repository.
After recent upgrade to 2.5.2 scan_changesets_for_issue_ids() treats one changeset as independent changesets in sub-projects and as a result adds "Applied in changeset SUBPROJECT:XXXXXXX" notes as well as note without prefix "Applied in changeset XXXXXXX".
"Associated revisions" section points to the same revision multiple times making this feature annoying/useless.
Related issues
Updated by Jean-Philippe Lang about 10 years ago
- Category changed from Issues to SCM
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Target version set to 2.6.0
- Resolution set to Fixed
This should be fixed by r13427. If a changeset from another repository that points to the same SCM backend (exact same URL configured in Redmine repositories) is already associated with the issue, other changesets won't be added.
Updated by Toshi MARUYAMA almost 10 years ago
- Has duplicate Defect #18850: Multiple repos with same commits is parsed multiple times. added
Actions