changeset 21051 | 1004d3cd65fd |
parent 21047 | f0003f989e72 |
child 21108 | e5ad36a845af |
--- a/mercurial/cmdutil.py Wed Apr 16 00:37:24 2014 +0900 +++ b/mercurial/cmdutil.py Wed Apr 16 00:37:24 2014 +0900 @@ -2379,6 +2379,11 @@ return cmd +# a list of (ui, repo, otherpeer, opts, missing) functions called by +# commands.outgoing. "missing" is "missing" of the result of +# "findcommonoutgoing()" +outgoinghooks = util.hooks() + # a list of (ui, repo) functions called by commands.summary summaryhooks = util.hooks()