mercurial/scmutil.py
changeset 44075 2122ffa903ea
parent 44063 089255b1341e
child 44104 85c4cd73996b
equal deleted inserted replaced
44074:806d14efec8d 44075:2122ffa903ea
   746     that need to be expanded in the revset, call ``revsetlang.formatspec()``
   746     that need to be expanded in the revset, call ``revsetlang.formatspec()``
   747     and pass the result as an element of ``specs``.
   747     and pass the result as an element of ``specs``.
   748 
   748 
   749     Specifying a single revset is allowed.
   749     Specifying a single revset is allowed.
   750 
   750 
   751     Returns a ``revset.abstractsmartset`` which is a list-like interface over
   751     Returns a ``smartset.abstractsmartset`` which is a list-like interface over
   752     integer revisions.
   752     integer revisions.
   753     """
   753     """
   754     allspecs = []
   754     allspecs = []
   755     for spec in specs:
   755     for spec in specs:
   756         if isinstance(spec, int):
   756         if isinstance(spec, int):