Show More
@@ -95,8 +95,7 b' now test that we fixed the bug for all s' | |||
|
95 | 95 | > for f in repo[rev].files()))) |
|
96 | 96 | > |
|
97 | 97 | > repo = hg.repository(uimod.ui.load(), b'.') |
|
98 | > assert len(repo) == 6, \ | |
|
99 | > "initial: len(repo): %d, expected: 6" % len(repo) | |
|
98 | > assert len(repo) == 6, "initial: len(repo): %d, expected: 6" % len(repo) | |
|
100 | 99 | > |
|
101 | 100 | > replacebyte(b"bugfix", b"u") |
|
102 | 101 | > time.sleep(2) |
General Comments 0
You need to be logged in to leave comments.
Login now