Show More
@@ -1816,7 +1816,7 b' are you sure you want to review/edit and' | |||||
1816 | try: |
|
1816 | try: | |
1817 | patch = self.ui.edit(patch.getvalue(), b"", action=b"diff") |
|
1817 | patch = self.ui.edit(patch.getvalue(), b"", action=b"diff") | |
1818 | except error.Abort as exc: |
|
1818 | except error.Abort as exc: | |
1819 | self.errorstr = str(exc) |
|
1819 | self.errorstr = stringutil.forcebytestr(exc) | |
1820 | return None |
|
1820 | return None | |
1821 | finally: |
|
1821 | finally: | |
1822 | self.stdscr.clear() |
|
1822 | self.stdscr.clear() |
General Comments 0
You need to be logged in to leave comments.
Login now