Mercurial > hg
changeset 44075:2122ffa903ea
doc: fix references to `revset.abstractsmartset`
Differential Revision: https://phab.mercurial-scm.org/D7873
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Tue, 14 Jan 2020 16:29:03 -0500 |
parents | 806d14efec8d |
children | a7c4bcf7018a |
files | mercurial/localrepo.py mercurial/scmutil.py |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/localrepo.py Mon Jan 13 20:09:32 2020 -0800 +++ b/mercurial/localrepo.py Tue Jan 14 16:29:03 2020 -0500 @@ -1644,7 +1644,7 @@ user aliases, consider calling ``scmutil.revrange()`` or ``repo.anyrevs([expr], user=True)``. - Returns a revset.abstractsmartset, which is a list-like interface + Returns a smartset.abstractsmartset, which is a list-like interface that contains integer revisions. ''' tree = revsetlang.spectree(expr, *args)
--- a/mercurial/scmutil.py Mon Jan 13 20:09:32 2020 -0800 +++ b/mercurial/scmutil.py Tue Jan 14 16:29:03 2020 -0500 @@ -748,7 +748,7 @@ Specifying a single revset is allowed. - Returns a ``revset.abstractsmartset`` which is a list-like interface over + Returns a ``smartset.abstractsmartset`` which is a list-like interface over integer revisions. """ allspecs = []