##// END OF EJS Templates
test-context.py: Don't create second repo instance (fixed since 7b5723c95a82)
Thomas Arendsen Hein -
r5094:ce21f767 default
parent child Browse files
Show More
@@ -5,7 +5,6 b' u = ui.ui()'
5 5
6 6 repo = hg.repository(u, 'test1', create=1)
7 7 os.chdir('test1')
8 repo = hg.repository(u, '.') # FIXME: can't lock repo without doing this
9 8
10 9 # create 'foo' with fixed time stamp
11 10 f = file('foo', 'w')
General Comments 0
You need to be logged in to leave comments. Login now