0

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?

moswald
  • 11,491
  • 7
  • 52
  • 78

1 Answers1

1

Bah. See 4.2 Reading Configuration Files

moswald
  • 11,491
  • 7
  • 52
  • 78