documenting the Hg commit message hooks in the devguide

Hi, Our Hg repo has some useful hooks on commit messages that allow to specify which issue to notify for commits, and which issue to close. AFAIU, it's currently documented only in the code of the hook (http://hg.python.org/hooks/file/tip/hgroundup.py). I think adding a short description into the devguide would be a good idea, probably here: http://docs.python.org/devguide/committing.html#commit-messages-and-news-ent... Any objections/alternative ideas? Eli

On Fri, Nov 11, 2011 at 11:24, Eli Bendersky <eliben@gmail.com> wrote:
Hi,
Our Hg repo has some useful hooks on commit messages that allow to specify which issue to notify for commits, and which issue to close. AFAIU, it's currently documented only in the code of the hook (http://hg.python.org/hooks/file/tip/hgroundup.py).
I think adding a short description into the devguide would be a good idea, probably here:
http://docs.python.org/devguide/committing.html#commit-messages-and-news-ent...
Any objections/alternative ideas?
+1 from me on documenting.

Am 11.11.2011 20:24, schrieb Eli Bendersky:
Hi,
Our Hg repo has some useful hooks on commit messages that allow to specify which issue to notify for commits, and which issue to close. AFAIU, it's currently documented only in the code of the hook (http://hg.python.org/hooks/file/tip/hgroundup.py).
I think adding a short description into the devguide would be a good idea, probably here: http://docs.python.org/devguide/committing.html#commit-messages-and-news-ent...
Any objections/alternative ideas?
No objections, it's a good idea. Georg

Our Hg repo has some useful hooks on commit messages that allow to specify which issue to notify for commits, and which issue to close. AFAIU, it's currently documented only in the code of the hook (http://hg.python.org/hooks/file/tip/hgroundup.py).
I think adding a short description into the devguide would be a good idea, probably here: http://docs.python.org/devguide/committing.html#commit-messages-and-news-ent...
Any objections/alternative ideas?
No objections, it's a good idea.
Alright. Created issue 13388 to track this. Eli
participants (3)
-
Brett Cannon
-
Eli Bendersky
-
Georg Brandl