[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Diff emails to debbugs?
From: |
Lars Magne Ingebrigtsen |
Subject: |
Re: Diff emails to debbugs? |
Date: |
Mon, 31 Dec 2012 15:02:35 +0100 |
User-agent: |
Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) |
Glenn Morris <address@hidden> writes:
> Parsing the commit message sounds like too much work. Just check for a
> --fixes debbugs:123 entry, and if there is one, cc the commit to
> address@hidden with some short explanatory note.
Parsing the commit messages is what I did at work to tie the VC and the
bug tracker together. There we use magical strings in the commit
messages to control the bug tracker. So we say "bug 123 fixed" and
stuff. If there isn't recognised keyword after the bug report number,
the patch only refers to the bug (and the diff gets filed with it), but
it doesn't change the status.
An equivalent thing for Emacs would be to look for strings like
"bug#123 done 24.4". The extra nice thing about this is that you can
refer to many bug reports at once. Just say "(bug#123, bug#124 done)"
to have the diff go out to both the 123 and 124 bug reports, and close
the 124 bug report.
This might be over-engineering things, though. And at the same time
under-engineering, since it relies on "magical strings". :-)
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog http://lars.ingebrigtsen.no/
- Diff emails to debbugs?, Lars Ingebrigtsen, 2012/12/28
- Re: Diff emails to debbugs?, Glenn Morris, 2012/12/28
- Re: Diff emails to debbugs?, Lars Ingebrigtsen, 2012/12/28
- Re: Diff emails to debbugs?, Stefan Monnier, 2012/12/29
- Re: Diff emails to debbugs?, Fabian Ezequiel Gallina, 2012/12/29
- Re: Diff emails to debbugs?, Glenn Morris, 2012/12/29
- Re: Diff emails to debbugs?,
Lars Magne Ingebrigtsen <=
- Re: Diff emails to debbugs?, Stephen J. Turnbull, 2012/12/29
- handling partially fixed bugs [was: Diff emails to debbugs?], Drew Adams, 2012/12/29
- Re: handling partially fixed bugs [was: Diff emails to debbugs?], Xue Fuqiao, 2012/12/29