I've written a generic changegroup hook function that I would like to customize for each repository by setting some hgrc section variables, like so:
[my_hook_params]
name = whatever
version = 1.0
How should I go about doing this?
I've written a generic changegroup hook function that I would like to customize for each repository by setting some hgrc section variables, like so:
[my_hook_params]
name = whatever
version = 1.0
How should I go about doing this?