Skip to content
Snippets Groups Projects
Commit 02a5bebd authored by Martin Geisler's avatar Martin Geisler
Browse files

revset: the name is optional for the tag predicate

parent 8fdc9dd8
No related branches found
No related tags found
No related merge requests found
......@@ -649,7 +649,7 @@
return [r for r in subset if r in o]
def tag(repo, subset, x):
"""``tag(name)``
"""``tag([name])``
The specified tag by name, or all tagged revisions if no name is given.
"""
# i18n: "tag" is a keyword
......
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