D6313: remotefilelog: add missing argument to hg.verify wrapper

hooper (Danny Hooper) phabricator at mercurial-scm.org
Sat Apr 27 06:28:23 EDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rHGbed4c308fc56: remotefilelog: add missing argument to hg.verify wrapper (authored by hooper, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D6313?vs=14928&id=14929

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

AFFECTED FILES
  hgext/remotefilelog/__init__.py

CHANGE DETAILS

diff --git a/hgext/remotefilelog/__init__.py b/hgext/remotefilelog/__init__.py
--- a/hgext/remotefilelog/__init__.py
+++ b/hgext/remotefilelog/__init__.py
@@ -653,7 +653,7 @@
 
     # Prevent verify from processing files
     # a stub for mercurial.hg.verify()
-    def _verify(orig, repo):
+    def _verify(orig, repo, level=None):
         lock = repo.lock()
         try:
             return shallowverifier.shallowverifier(repo).verify()



To: hooper, #hg-reviewers, pulkit
Cc: mercurial-devel


More information about the Mercurial-devel mailing list