tests/test-filelog.py
changeset 30564 d83ca854fa21
parent 29205 a0939666b836
child 37977 f71c97d9b97b
--- a/tests/test-filelog.py	Wed Nov 30 19:23:04 2016 +0000
+++ b/tests/test-filelog.py	Sat Oct 22 14:35:10 2016 +0900
@@ -13,7 +13,7 @@
     ui as uimod,
 )
 
-myui = uimod.ui()
+myui = uimod.ui.load()
 repo = hg.repository(myui, path='.', create=True)
 
 fl = repo.file('foobar')