mercurial/localrepo.py
changeset 45106 a03c177a4679
parent 45088 3e40abe0a170
child 45144 c93dd9d9f1e6
--- a/mercurial/localrepo.py	Tue Jul 14 11:28:06 2020 -0700
+++ b/mercurial/localrepo.py	Tue Apr 14 16:43:54 2020 +0530
@@ -1298,9 +1298,6 @@
             caps.add(b'bundle2=' + urlreq.quote(capsblob))
         return caps
 
-    def _writerequirements(self):
-        scmutil.writerequires(self.vfs, self.requirements)
-
     # Don't cache auditor/nofsauditor, or you'll end up with reference cycle:
     # self -> auditor -> self._checknested -> self