[PATCH 3 of 6] exchange: add afterpush pyhook

Matt Mackall mpm at selenic.com
Mon Jul 14 17:15:01 CDT 2014


On Sat, 2014-07-12 at 13:12 -0700, Gregory Szorc wrote:
>          # Maps names to list of callables.
> -        self._hooks = {}
> +        self._hooks = {
> +            'afterpush': [],
> +        }

Seems like we should handle missing entries instead.

-- 
Mathematics is the supreme nostalgia of our time.




More information about the Mercurial-devel mailing list