# HG changeset patch # User Yuya Nishihara # Date 2016-04-05 14:17:05 # Node ID ce49c8d4f0bb2e10da162a08afe71a5532c5d9da # Parent 76c091f9711eb74061333ea0c5b53011c68e2fc3 test-duplicateoptions: alias ui as uimod diff --git a/tests/test-duplicateoptions.py b/tests/test-duplicateoptions.py --- a/tests/test-duplicateoptions.py +++ b/tests/test-duplicateoptions.py @@ -3,7 +3,7 @@ import os from mercurial import ( commands, extensions, - ui, + ui as uimod, ) ignore = set(['highlight', 'win32text', 'factotum']) @@ -21,7 +21,7 @@ for ext in disabled: hgrc.close() -u = ui.ui() +u = uimod.ui() extensions.loadall(u) globalshort = set()