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