~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/info.py

  • Committer: John Arbash Meinel
  • Date: 2010-02-10 17:52:08 UTC
  • mfrom: (5021 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5023.
  • Revision ID: john@arbash-meinel.com-20100210175208-bubuwav4uqigu291
Merge bzr.dev 5021 to resolve NEWS

Show diffs side-by-side

added added

removed removed

Lines of Context:
484
484
    """Hooks for the info command."""
485
485
 
486
486
    def __init__(self):
 
487
        super(InfoHooks, self).__init__()
487
488
        self.create_hook(_mod_hooks.HookPoint('repository',
488
489
            "Invoked when displaying the statistics for a repository. "
489
490
            "repository is called with a statistics dictionary as returned "