Show More
@@ -1117,7 +1117,8 b' the hunk is left unchanged.' | |||||
1117 | f = util.nativeeolwriter(os.fdopen(patchfd, r'wb')) |
|
1117 | f = util.nativeeolwriter(os.fdopen(patchfd, r'wb')) | |
1118 | chunk.header.write(f) |
|
1118 | chunk.header.write(f) | |
1119 | chunk.write(f) |
|
1119 | chunk.write(f) | |
1120 |
f.write(' |
|
1120 | f.write(''.join(['# ' + i + '\n' | |
|
1121 | for i in phelp.splitlines()])) | |||
1121 | f.close() |
|
1122 | f.close() | |
1122 | # Start the editor and wait for it to complete |
|
1123 | # Start the editor and wait for it to complete | |
1123 | editor = ui.geteditor() |
|
1124 | editor = ui.geteditor() |
General Comments 0
You need to be logged in to leave comments.
Login now