tests/test-bisect.t
changeset 30559 d83ca854fa21
parent 25382 6084926366b9
child 32131 35a69efbf190
--- a/tests/test-bisect.t	Wed Nov 30 19:23:04 2016 +0000
+++ b/tests/test-bisect.t	Sat Oct 22 14:35:10 2016 +0900
@@ -456,7 +456,7 @@
   > #!/usr/bin/env python
   > import sys
   > from mercurial import ui, hg
-  > repo = hg.repository(ui.ui(), '.')
+  > repo = hg.repository(ui.ui.load(), '.')
   > if repo['.'].rev() < 6:
   >     sys.exit(1)
   > EOF