Show More
@@ -310,7 +310,7 b' def finishfold(ui, repo, ctx, oldctx, ne' | |||
|
310 | 310 | newmessage = '\n***\n'.join( |
|
311 | 311 | [ctx.description()] + |
|
312 | 312 | [repo[r].description() for r in internalchanges] + |
|
313 | [oldctx.description()]) | |
|
313 | [oldctx.description()]) + '\n' | |
|
314 | 314 | # If the changesets are from the same author, keep it. |
|
315 | 315 | if ctx.user() == oldctx.user(): |
|
316 | 316 | username = ctx.user() |
General Comments 0
You need to be logged in to leave comments.
Login now