Show More
@@ -1272,7 +1272,7 b' class queue(object):' | |||
|
1272 | 1272 | if msg == defaultmsg.strip(): |
|
1273 | 1273 | msg = '' |
|
1274 | 1274 | ph.setmessage(msg) |
|
1275 |
p.write( |
|
|
1275 | p.write(bytes(ph)) | |
|
1276 | 1276 | if commitfiles: |
|
1277 | 1277 | parent = self.qparents(repo, n) |
|
1278 | 1278 | if inclsubs: |
@@ -1853,7 +1853,7 b' class queue(object):' | |||
|
1853 | 1853 | self.putsubstate2changes(substatestate, c) |
|
1854 | 1854 | chunks = patchmod.diff(repo, patchparent, |
|
1855 | 1855 | changes=c, opts=diffopts) |
|
1856 |
comments = |
|
|
1856 | comments = bytes(ph) | |
|
1857 | 1857 | if comments: |
|
1858 | 1858 | patchf.write(comments) |
|
1859 | 1859 | for chunk in chunks: |
General Comments 0
You need to be logged in to leave comments.
Login now