##// END OF EJS Templates
revset: the name is optional for the tag predicate
Martin Geisler -
r14356:02a5bebd stable
parent child Browse files
Show More
@@ -649,7 +649,7 b' def outgoing(repo, subset, x):'
649 649 return [r for r in subset if r in o]
650 650
651 651 def tag(repo, subset, x):
652 """``tag(name)``
652 """``tag([name])``
653 653 The specified tag by name, or all tagged revisions if no name is given.
654 654 """
655 655 # i18n: "tag" is a keyword
General Comments 0
You need to be logged in to leave comments. Login now