Show More
@@ -560,7 +560,8 b' def readpatch(repo, params, write, stack' | |||
|
560 | 560 | if k in meta: |
|
561 | 561 | header += '# %s %s\n' % (_metanamemap[k], meta[k]) |
|
562 | 562 | |
|
563 |
|
|
|
563 | content = '%s%s\n%s' % (header, desc, body) | |
|
564 | write(encoding.unitolocal(content)) | |
|
564 | 565 | |
|
565 | 566 | @command('phabread', |
|
566 | 567 | [('', 'stack', False, _('read dependencies'))], |
General Comments 0
You need to be logged in to leave comments.
Login now