mercurial/interfaces/repository.py
changeset 44262 c86256bd4eb8
parent 44257 dbbae122f5e4
child 44352 0bf3b5e80d30
--- a/mercurial/interfaces/repository.py	Wed Jan 29 13:39:50 2020 -0800
+++ b/mercurial/interfaces/repository.py	Wed Feb 05 15:01:22 2020 -0500
@@ -1071,14 +1071,6 @@
     as part of a larger interface.
     """
 
-    def new():
-        """Obtain a new manifest instance.
-
-        Returns an object conforming to the ``imanifestrevisionwritable``
-        interface. The instance will be associated with the same
-        ``imanifestlog`` collection as this instance.
-        """
-
     def copy():
         """Obtain a copy of this manifest instance.