Show More
@@ -119,7 +119,7 b' Test saving last-message.txt:' | |||
|
119 | 119 | > def reposetup(ui, repo): |
|
120 | 120 | > class commitfailure(repo.__class__): |
|
121 | 121 | > def commit(self, *args, **kwargs): |
|
122 | > raise error.Abort('emulating unexpected abort') | |
|
122 | > raise error.Abort(b'emulating unexpected abort') | |
|
123 | 123 | > repo.__class__ = commitfailure |
|
124 | 124 | > EOF |
|
125 | 125 |
General Comments 0
You need to be logged in to leave comments.
Login now