Mercurial > evolve
diff hgext3rd/topic/__init__.py @ 4921:a7c01a2a3974
branching: merge with stable
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Thu, 07 Nov 2019 10:29:03 +0100 |
parents | f9743b13de6d fcefc052a3b1 |
children | acc7e27fa5c6 |
line wrap: on
line diff
--- a/hgext3rd/topic/__init__.py Mon Nov 04 14:58:58 2019 -0800 +++ b/hgext3rd/topic/__init__.py Thu Nov 07 10:29:03 2019 +0100 @@ -634,7 +634,7 @@ (b'', b'age', False, b'show when you last touched the topics'), (b'', b'current', None, b'display the current topic only'), ] + commands.formatteropts, - _(b'hg topics [TOPIC]'), + _(b'hg topics [OPTION]... [-r REV]... [TOPIC]'), **compat.helpcategorykwargs('CATEGORY_CHANGE_ORGANIZATION')) def topics(ui, repo, topic=None, **opts): """View current topic, set current topic, change topic for a set of revisions, or see all topics.