equal
deleted
inserted
replaced
2377 return func |
2377 return func |
2378 return decorator |
2378 return decorator |
2379 |
2379 |
2380 return cmd |
2380 return cmd |
2381 |
2381 |
|
2382 # a list of (ui, repo, otherpeer, opts, missing) functions called by |
|
2383 # commands.outgoing. "missing" is "missing" of the result of |
|
2384 # "findcommonoutgoing()" |
|
2385 outgoinghooks = util.hooks() |
|
2386 |
2382 # a list of (ui, repo) functions called by commands.summary |
2387 # a list of (ui, repo) functions called by commands.summary |
2383 summaryhooks = util.hooks() |
2388 summaryhooks = util.hooks() |
2384 |
2389 |
2385 # a list of (ui, repo, opts, changes) functions called by commands.summary. |
2390 # a list of (ui, repo, opts, changes) functions called by commands.summary. |
2386 # |
2391 # |