D6748: hgit: define invalidatecaches for gitstore()

pulkit (Pulkit Goyal) phabricator at mercurial-scm.org
Tue Aug 20 15:01:53 UTC 2019


pulkit created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REPOSITORY
  rHG Mercurial

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

AFFECTED FILES
  hgext/git/__init__.py

CHANGE DETAILS

diff --git a/hgext/git/__init__.py b/hgext/git/__init__.py
--- a/hgext/git/__init__.py
+++ b/hgext/git/__init__.py
@@ -71,6 +71,9 @@
         # TODO handle storenarrowmatch and figure out if we need the repo arg
         return gitlog.manifestlog(self.git, self._db)
 
+    def invalidatecaches(self):
+        pass
+
 def _makestore(orig, requirements, storebasepath, vfstype):
     if (os.path.exists(os.path.join(storebasepath, 'this-is-git'))
         and os.path.exists(os.path.join(storebasepath, '..', '.git'))):



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


More information about the Mercurial-devel mailing list