Modify ↓
Opened 14 months ago
Last modified 3 months ago
#10681 new defect
commit_updater.py create wrong comment number
| Reported by: | haterw@… | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | undecided |
| Component: | ticket system | Version: | 0.12.2 |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
How to reproduce
- create new ticket A,B
- add a comment in ticket B
- commit message like below TWICE in hg
refs #B refs #A test commit updater
Expect result
Ticket A will have comment 1,2
Ticket B will have comment 1,2,3
In fact we get
Ticket A has comment 1,2
Ticket B has comment number 1,2,2
Attachments (0)
Note: See
TracTickets for help on using
tickets.



All the tickets for {20} from last year have probably been seen multiple times by now, yet are still to be triaged…