equal
deleted
inserted
replaced
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): |