comparison mercurial/cmdutil.py @ 19211:3bfd7f1e7485

summary: augment output with info from extensions
author Bryan O'Sullivan <bryano@fb.com>
date Tue, 14 May 2013 11:23:15 -0700
parents bd19587a3347
children f21f4a1b6c24
comparison
equal deleted inserted replaced
19209:4b9e5b71dfa9 19211:3bfd7f1e7485
2080 table[name] = func, list(options) 2080 table[name] = func, list(options)
2081 return func 2081 return func
2082 return decorator 2082 return decorator
2083 2083
2084 return cmd 2084 return cmd
2085
2086 # a list of (ui, repo) functions called by commands.summary
2087 summaryhooks = util.hooks()