mercurial/localrepo.py
changeset 46114 c6ae1982b2a1
parent 46096 4d5e2fd53707
child 46234 9804162a4053
--- a/mercurial/localrepo.py	Tue Dec 01 21:54:46 2020 +0100
+++ b/mercurial/localrepo.py	Thu Dec 10 01:18:15 2020 -0800
@@ -1754,11 +1754,7 @@
             return context.workingctx(self)
 
     def __contains__(self, changeid):
-        """True if the given changeid exists
-
-        error.AmbiguousPrefixLookupError is raised if an ambiguous node
-        specified.
-        """
+        """True if the given changeid exists"""
         try:
             self[changeid]
             return True