Configure post_commit_to per repository
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
bzr email commit hook |
Triaged
|
Medium
|
Unassigned |
Bug Description
Feature Request: a way to set post_commit_to on a per repository basis
The reason I'd like this feature is because I will be committing code to a couple of different projects with bazaar branches. Each of these projects has their own commit list and there doesn't seem to be a way to send commit messages to the right project list for each repository.
Possibly a configure option could be set in .bzr/branch/
An ugly hack for the central server model could be to make a separate ssh account for each project, each with it's own bazaar.conf. However, this would mean everyone is sending commit messages with the same from address. Which is undesirable.
Related branches
- Jelmer Vernooij (community): Disapprove (code)
- Robert Collins (community): Needs Information
-
Diff: 214 lines (+111/-25)2 files modified__init__.py (+41/-0)
emailer.py (+70/-25)
Changed in bzr-email: | |
status: | New → Triaged |
importance: | Undecided → Medium |
I made a branch that do this. /code.launchpad .net/~danigm/ bzr-email/ branch- commit- to
https:/