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