D7873: doc: fix references to `revset.abstractsmartset`

mharbison72 (Matt Harbison) phabricator at mercurial-scm.org
Tue Jan 14 17:35:02 EST 2020


Closed by commit rHG2122ffa903ea: doc: fix references to `revset.abstractsmartset` (authored by mharbison72).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D7873?vs=19266&id=19270

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D7873/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D7873

AFFECTED FILES
  mercurial/localrepo.py
  mercurial/scmutil.py

CHANGE DETAILS

diff --git a/mercurial/scmutil.py b/mercurial/scmutil.py
--- a/mercurial/scmutil.py
+++ b/mercurial/scmutil.py
@@ -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 = []
diff --git a/mercurial/localrepo.py b/mercurial/localrepo.py
--- a/mercurial/localrepo.py
+++ b/mercurial/localrepo.py
@@ -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)



To: mharbison72, #hg-reviewers, pulkit
Cc: mjpieters, mercurial-devel


More information about the Mercurial-devel mailing list