Support for bug-fixed metadata
Bug #120470 reported by
Jelmer Vernooij
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Trac-Bzr |
Fix Released
|
Wishlist
|
Jelmer Vernooij |
Bug Description
bzr commit now supports a --fixes argument that will record metadata about bugs that are fixed by a particular commit.
trac-bzr should read this information and use it to close bugs.
Related branches
lp:~jelmer/trac-bzr/close-bugs
- Trac-bzr-team: Pending requested
-
Diff: 129 lines (+107/-1)3 files modifiedbzrplugin/__init__.py (+26/-0)
bzrplugin/commands.py (+79/-0)
setup.py (+2/-1)
Changed in trac-bzr: | |
importance: | Undecided → Wishlist |
status: | New → Triaged |
Changed in trac-bzr: | |
assignee: | nobody → Jelmer Vernooij (jelmer) |
Changed in trac-bzr: | |
status: | Triaged → In Progress |
Changed in trac-bzr: | |
assignee: | Jelmer Vernooij (jelmer) → nobody |
Changed in trac-bzr: | |
status: | In Progress → Fix Released |
assignee: | nobody → Jelmer Vernooij (jelmer) |
To post a comment you must log in.
Do you think trac-bzr should work as watcher of changes in branches? And once new revision is available then it should scan it for bugs metadata? This will require to implementing long-running watcher thread or subprocess.
From other hand user can use post_change_ branch_ tip hook if the branches served by some sort of bzr server.