changeset 4285 | 69fb9e41ce2b |
parent 4280 | ff799015d62e |
child 4302 | 8e9940f1ae56 |
--- a/hgext3rd/topic/__init__.py Sun Dec 02 16:52:14 2018 +0100 +++ b/hgext3rd/topic/__init__.py Fri Sep 21 11:44:34 2018 -0400 @@ -721,6 +721,8 @@ return ret @command('stack', [ + ('c', 'children', None, + _('display data about children outside of the stack')) ] + commands.formatteropts, _('hg stack [TOPIC]')) def cmdstack(ui, repo, topic='', **opts):