##// END OF EJS Templates
narrow: add '()' to ellipsis in the revset help...
Pulkit Goyal -
r39000:05ded838 default
parent child Browse files
Show More
@@ -42,7 +42,7 b' def outsidenarrow(context, mapping):'
42 return 'outsidenarrow'
42 return 'outsidenarrow'
43 return ''
43 return ''
44
44
45 @revsetpredicate('ellipsis')
45 @revsetpredicate('ellipsis()')
46 def ellipsisrevset(repo, subset, x):
46 def ellipsisrevset(repo, subset, x):
47 """Changesets that are ellipsis nodes."""
47 """Changesets that are ellipsis nodes."""
48 return subset.filter(lambda r: _isellipsis(repo, r))
48 return subset.filter(lambda r: _isellipsis(repo, r))
General Comments 0
You need to be logged in to leave comments. Login now