Comment 3 for bug 460359

Revision history for this message
Fernando Perez (fdo.perez) wrote :

Sorry, Sebastian, but your patch doesn't apply. The attachment is broken:

amirbar[ipython]> bzr patch ~/visualmode.patch
patch: **** Only garbage was found in the patch input.
bzr: ERROR: Patch application failed

and when I try to copy/paste the diff above into a file and use it as a patch, I get:

amirbar[ipython]> patch -p0 < visualmode.diff
patching file docs/examples/core/ipy.vim
Hunk #1 FAILED at 51.
Hunk #2 FAILED at 119.
patch unexpectedly ends in middle of line
2 out of 2 hunks FAILED -- saving rejects to file docs/examples/core/ipy.vim.rej
patch unexpectedly ends in middle of line

If you make a new attachment with

bzr diff docs/examples/core/ipy.vim > visualmode.diff

I'll be happy to apply it.

Thanks.