##// END OF EJS Templates
py3: fix test-bookmarks-corner-case.t...
Pulkit Goyal -
r42623:5b217451 default
parent child Browse files
Show More
@@ -36,6 +36,7 b' test-bisect2.t'
36 test-bisect3.t
36 test-bisect3.t
37 test-blackbox.t
37 test-blackbox.t
38 test-bookflow.t
38 test-bookflow.t
39 test-bookmarks-corner-case.t
39 test-bookmarks-current.t
40 test-bookmarks-current.t
40 test-bookmarks-merge.t
41 test-bookmarks-merge.t
41 test-bookmarks-pushpull.t
42 test-bookmarks-pushpull.t
@@ -122,7 +122,7 b' We build a server side extension for thi'
122 > from mercurial import bookmarks, error, extensions
122 > from mercurial import bookmarks, error, extensions
123 > def wrapinit(orig, self, repo):
123 > def wrapinit(orig, self, repo):
124 > if not os.path.exists('push-A-started'):
124 > if not os.path.exists('push-A-started'):
125 > print('setting raced push up')
125 > repo.ui.status(b'setting raced push up\n')
126 > with open('push-A-started', 'w'):
126 > with open('push-A-started', 'w'):
127 > pass
127 > pass
128 > clock = 300
128 > clock = 300
General Comments 0
You need to be logged in to leave comments. Login now