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"?).
|