darcs

Issue 1298 darcs failed: Malformed patch bundle: '{' is not 'Context:'

Title darcs failed: Malformed patch bundle: '{' is not 'Context:'
Priority bug Status duplicate
Milestone Resolved in
Superseder darcs put fails with 'darcs failed: Malformed patch bundle: '{' is not 'Context:' '
View: 1217
Nosy List darcs-devel, dmitry.kurochkin, kowey, thorkilnaur, zooko
Assigned To
Topics

Created on 2009-01-02.19:51:38 by zooko, last changed 2009-08-27.14:15:05 by admin.

Messages
msg6956 (view) Author: zooko Date: 2009-01-02.19:51:35
I did a "darcs put" from a machine using darcs-2.1.2 to another machine using
darcs-2.1.2, and it said this:

darcs put zooko@nooxie.zooko.com:/home/zooko_n_cgalvan/buildbot2
Fri Jan  2 12:34:27 MST 2009

darcs failed:  Malformed patch bundle: '{' is not 'Context:'

addfile ./Makefile
hunk ./Makefile 1
+push:
+       darcs push -a buildmaster@dev:master
+
+diff:
+       ssh buildmaster@dev 'cd tahoe && darcs diff'
+
+reconfig:
+       ssh buildmaster@dev buildbot reconfig tahoe
addfile ./master.cfg-tahoe
hunk ./master.cfg-tahoe 1
+# -*- python -*-
+# vim: set filetype=3Dpython:
+
+from buildbot.scheduler import Scheduler
+from buildbot.process import factory
+from buildbot.steps.shell import ShellCommand, Compile, Test


The entire output is attached.  It looks like the patches have been
quoted-printable encoding (e.g. "=" changed to "=3D"?).
msg6957 (view) Author: zooko Date: 2009-01-02.19:51:53
darcs check said that the repository was ok.
msg7095 (view) Author: zooko Date: 2009-01-14.21:30:58
It looks like this is a duplicate of issue1217.
History
Date User Action Args
2009-01-02 19:51:38zookocreate
2009-01-02 19:51:57zookosetstatus: unread -> unknown
nosy: kowey, zooko, simon, thorkilnaur, dmitry.kurochkin
messages: + msg6957
2009-01-14 21:31:01zookosetstatus: unknown -> duplicate
nosy: kowey, zooko, simon, thorkilnaur, dmitry.kurochkin
superseder: + darcs put fails with 'darcs failed: Malformed patch bundle: '{' is not 'Context:' '
messages: + msg7095
2009-08-25 17:37:47adminsetnosy: + darcs-devel, - simon
2009-08-27 14:15:05adminsetnosy: kowey, darcs-devel, zooko, thorkilnaur, dmitry.kurochkin