tests/test-status-inprocess.py
changeset 39548 7ce9dea3a14a
parent 37901 bbff7170f665
child 43076 2372284d9457
--- a/tests/test-status-inprocess.py	Fri Sep 07 15:57:55 2018 -0700
+++ b/tests/test-status-inprocess.py	Tue Sep 11 13:46:59 2018 -0700
@@ -22,7 +22,7 @@
 u = uimod.ui.load()
 
 print('% creating repo')
-repo = localrepo.localrepository(u, b'.', create=True)
+repo = localrepo.instance(u, b'.', create=True)
 
 f = open('test.py', 'w')
 try: