Mercurial > public > mercurial-scm > hg-stable
diff mercurial/localrepo.py @ 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 | a61287a95dc3 |
children | 85c4cd73996b |
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)