From 45866dbeba3b847efabf0868f43e939f677270f1 Mon Sep 17 00:00:00 2001 From: Beren Minor Date: Mon, 18 Sep 2017 13:47:01 +0200 Subject: [PATCH] Use ui.ui.load() to create a new ui which loads the global and user hg config --- git-remote-hg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-remote-hg b/git-remote-hg index bf37ac6..d0868af 100755 --- a/git-remote-hg +++ b/git-remote-hg @@ -427,7 +427,7 @@ def updatebookmarks(repo, peer): def get_repo(url, alias): global peer - myui = ui.ui() + myui = ui.ui.load() myui.setconfig('ui', 'interactive', 'off') myui.fout = sys.stderr