Skip to content
Snippets Groups Projects
Commit 19d714ee authored by Chris Wanstrath's avatar Chris Wanstrath
Browse files

gfetch should access repo when printing, not dest_repo

parent c79741c0
No related branches found
No related tags found
No related merge requests found
......@@ -73,5 +73,5 @@
repo.ui.status(_("clearing out the git cache data\n"))
git = GitHandler(repo, ui)
git.clear()
def gfetch(ui, repo):
......@@ -77,6 +77,6 @@
def gfetch(ui, repo):
dest_repo.ui.status(_("pulling from git url\n"))
repo.ui.status(_("pulling from git url\n"))
commands.norepo += " gclone"
cmdtable = {
"gclone":
......
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