changeset 44951 | 83e41b73d115 |
parent 44845 | 3e09d22a0bf5 |
child 45413 | 8ddbb75bad09 |
--- a/hgext/git/gitlog.py Wed Jun 10 13:02:39 2020 +0200 +++ b/hgext/git/gitlog.py Tue Jun 09 17:13:26 2020 -0400 @@ -399,7 +399,7 @@ 'refs/hg/internal/latest-commit', oid, force=True ) # Reindex now to pick up changes. We omit the progress - # callback because this will be very quick. + # and log callbacks because this will be very quick. index._index_repo(self.gitrepo, self._db) return oid.raw