[PATCH] Bug in msgeditor in latest bzr.dev

John Arbash Meinel john at arbash-meinel.com
Sat Apr 29 16:25:45 BST 2006


Olaf Conradi wrote:
> After changing the platform test, import of module sys was forgotten.
> This breaks checking in.
> 
> Cheers
> -Olaf

I should also mention that either your mail relay, or you email program
stripped the preceding whitespace from your patch. So it doesn't apply
cleanly. (It is small enough that I can just recreate it).

Maybe if you sent it as an attachment it would work better.

John
=:->

> 
> === modified file 'a/bzrlib/msgeditor.py'
> --- a/bzrlib/msgeditor.py
> +++ b/bzrlib/msgeditor.py
> @@ -17,12 +17,15 @@
> 
> """Commit message editor support."""
> 
> +
> import os
> +import sys
> import errno
> from subprocess import call
> 
> import bzrlib.config as config
> from bzrlib.errors import BzrError
> +
> 
> def _get_editor():
>     """Return a sequence of possible editor binaries for the current
> platform"""
> 
> 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 254 bytes
Desc: OpenPGP digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20060429/6b4509a8/attachment.pgp 


More information about the bazaar mailing list