equal
deleted
inserted
replaced
397 # would be neat. |
397 # would be neat. |
398 self.gitrepo.references.create( |
398 self.gitrepo.references.create( |
399 'refs/hg/internal/latest-commit', oid, force=True |
399 'refs/hg/internal/latest-commit', oid, force=True |
400 ) |
400 ) |
401 # Reindex now to pick up changes. We omit the progress |
401 # Reindex now to pick up changes. We omit the progress |
402 # callback because this will be very quick. |
402 # and log callbacks because this will be very quick. |
403 index._index_repo(self.gitrepo, self._db) |
403 index._index_repo(self.gitrepo, self._db) |
404 return oid.raw |
404 return oid.raw |
405 |
405 |
406 |
406 |
407 class manifestlog(baselog): |
407 class manifestlog(baselog): |