D4167: narrow: add '()' to ellipsis in the revset help

pulkit (Pulkit Goyal) phabricator at mercurial-scm.org
Thu Aug 9 14:06:17 EDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG05ded838c997: narrow: add '()' to ellipsis in the revset help (authored by pulkit, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D4167?vs=10096&id=10128

REVISION DETAIL
  https://phab.mercurial-scm.org/D4167

AFFECTED FILES
  hgext/narrow/narrowtemplates.py

CHANGE DETAILS

diff --git a/hgext/narrow/narrowtemplates.py b/hgext/narrow/narrowtemplates.py
--- a/hgext/narrow/narrowtemplates.py
+++ b/hgext/narrow/narrowtemplates.py
@@ -42,7 +42,7 @@
             return 'outsidenarrow'
     return ''
 
- at revsetpredicate('ellipsis')
+ at revsetpredicate('ellipsis()')
 def ellipsisrevset(repo, subset, x):
     """Changesets that are ellipsis nodes."""
     return subset.filter(lambda r: _isellipsis(repo, r))



To: pulkit, durin42, #hg-reviewers
Cc: mjpieters, mercurial-devel


More information about the Mercurial-devel mailing list