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

gexport: use githandler from repo

parent ad0d90fa
No related branches found
No related tags found
No related merge requests found
......@@ -122,8 +122,7 @@
repo.githandler.import_commits(remote_name)
def gexport(ui, repo):
git = GitHandler(repo, ui)
git.export_commits()
repo.githandler.export_commits()
def gclear(ui, repo):
repo.ui.status(_("clearing out the git cache data\n"))
......
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