doc: fix references to `revset.abstractsmartset`
authorMatt Harbison <matt_harbison@yahoo.com>
Tue, 14 Jan 2020 16:29:03 -0500
changeset 44075 2122ffa903ea
parent 44074 806d14efec8d
child 44076 a7c4bcf7018a
doc: fix references to `revset.abstractsmartset` Differential Revision: https://phab.mercurial-scm.org/D7873
mercurial/localrepo.py
mercurial/scmutil.py
--- 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 = []