480
480
class InfoHooks(_mod_hooks.Hooks):
481
481
"""Hooks for the info command."""
485
485
self.add_hook('repository',
486
486
"Invoked when displaying the statistics for a repository. "
487
487
"repository is called with a statistics dictionary as returned "
488
488
"by the repository and a file-like object to write to.", (1, 15))