[PATCH STABLE] qseries: don't truncate the patch name (issue1912)

Christian Boos cboos at neuf.fr
Tue Nov 17 21:35:12 UTC 2009


Dan Villiom Podlaski Christiansen wrote:
> ...
> +                    msg = msg[0] if msg else ''
>   

With python 2.4:

 >>> msg = msg[0] if msg else ''
  File "<stdin>", line 1
    msg = msg[0] if msg else ''
                  ^
SyntaxError: invalid syntax

... or did I miss the drop of Python 2.4 support for after Mercurial 1.4?

-- Christian


More information about the Mercurial-devel mailing list