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

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

java - Why is BlockingQueue.take() not releasing the thread? -

jQuery Ajax Render Fragments OR Whole Page -