gclear: use githandler from repo

This commit is contained in:
Siddharth Agarwal 2014-02-19 15:12:59 -08:00
parent fcd7e472fc
commit 068acd034c

View File

@ -126,8 +126,7 @@ def gexport(ui, repo):
def gclear(ui, repo):
repo.ui.status(_("clearing out the git cache data\n"))
git = GitHandler(repo, ui)
git.clear()
repo.githandler.clear()
from mercurial import dirstate
from mercurial import ignore