tests/test-basic.t
changeset 30559 d83ca854fa21
parent 30513 ff7df4bb75de
child 30986 f07ca071a058
--- a/tests/test-basic.t	Wed Nov 30 19:23:04 2016 +0000
+++ b/tests/test-basic.t	Sat Oct 22 14:35:10 2016 +0900
@@ -34,7 +34,7 @@
 
   $ cat <<EOF > update_to_rev0.py
   > from mercurial import ui, hg, commands
-  > myui = ui.ui()
+  > myui = ui.ui.load()
   > repo = hg.repository(myui, path='.')
   > commands.update(myui, repo, rev=0)
   > EOF