##// END OF EJS Templates
tests: remove useless line wrapping in a code fragment embedded in test script...
FUJIWARA Katsunori -
r41986:9d38b4b5 default
parent child Browse files
Show More
@@ -95,8 +95,7 b' now test that we fixed the bug for all s'
95 > for f in repo[rev].files())))
95 > for f in repo[rev].files())))
96 >
96 >
97 > repo = hg.repository(uimod.ui.load(), b'.')
97 > repo = hg.repository(uimod.ui.load(), b'.')
98 > assert len(repo) == 6, \
98 > assert len(repo) == 6, "initial: len(repo): %d, expected: 6" % len(repo)
99 > "initial: len(repo): %d, expected: 6" % len(repo)
100 >
99 >
101 > replacebyte(b"bugfix", b"u")
100 > replacebyte(b"bugfix", b"u")
102 > time.sleep(2)
101 > time.sleep(2)
General Comments 0
You need to be logged in to leave comments. Login now