Skip to content
Snippets Groups Projects
Commit 7e2c58b08e74 authored by Matt Harbison's avatar Matt Harbison
Browse files

phabricator: ensure the command summaries are available in extension help

Previously, `hg help phabricator` listed the 3 supported commands at the bottom
of the extension help, but said "no help text available".
parent 6107d4549fcc
No related branches found
No related tags found
No related merge requests found
......@@ -142,6 +142,7 @@
return fn(*args, **kwargs)
return fn(*args, **kwargs)
inner.__name__ = fn.__name__
inner.__doc__ = fn.__doc__
return command(name, fullflags, spec)(inner)
return decorate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment