Mercurial > hg
changeset 1032:706c590c9060
Get patchbomb working with tip again.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Wed, 24 Aug 2005 12:43:09 -0700 |
parents | 503aaf19a040 |
children | 5426c8248df6 |
files | contrib/patchbomb |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/patchbomb Wed Aug 24 12:39:10 2005 -0700 +++ b/contrib/patchbomb Wed Aug 24 12:43:09 2005 -0700 @@ -147,7 +147,8 @@ self.container.append(''.join(self.lines).split('\n')) self.lines = [] - commands.export(ui, repo, *args, **{'output': exportee(patches)}) + commands.export(ui, repo, *args, **{'output': exportee(patches), + 'text': None}) jumbo = [] msgs = []