Skip to content
Snippets Groups Projects
Commit 82467d4c authored by Siddharth Agarwal's avatar Siddharth Agarwal
Browse files

gitrepo.listkeys: stop exporting commits before computing bookmarks

This seems to be a holdover from the days when we used to fetch the entire pack
from the Git server in listkeys. We don't do that any more, so this is also
unnecessary.
parent a3b12aa1
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,6 @@
elif namespace == 'bookmarks':
if self.localrepo is not None:
handler = self.localrepo.githandler
handler.export_commits()
refs = handler.fetch_pack(self.path, heads=[])
# map any git shas that exist in hg to hg shas
stripped_refs = dict([
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment