node on changeset (was: making notify extension report for named branch)

Todd Cooper todd_cooper at yahoo.com
Mon Dec 14 12:35:16 CST 2009


Hearing no response. I decided to code it myself.
I am not a python expert, but proficient enough.
My question is on hg design.

When a hook is called, is there only one branch per changeset?
In my hook I need to get the list of branches affected by the change and I assume that would be one changeset per node.
I futhermore assume that if a pull/push/etc. is done that the hook is called once for each changeset/node.

Is there a developer's mailing list that I should post this to?




________________________________
From: Todd Cooper <todd_cooper at yahoo.com>
To: mercurial at selenic.com
Sent: Sun, December 13, 2009 6:31:31 PM
Subject: making notify extension report for named branch


I got the notify extension working.
Now can how to I trigger it to report for one particular branch?
I see how it has a pattern to report for a particular filename pattern.
Can it be reworked to report for a branch name pattern?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://selenic.com/pipermail/mercurial/attachments/20091214/c3034b71/attachment.htm>


More information about the Mercurial mailing list