mercurial - How do I reference the repository's hgrc sections from within my custom hook? -


i've written generic changegroup hook function customize each repository setting hgrc section variables, so:

[my_hook_params] name = whatever version = 1.0 

how should go doing this?

bah. see 4.2 reading configuration files


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -