No subject


Fri Nov 28 17:05:26 GMT 2008


Some minor tweaks/questions below.

bb: tweak

Please add an item to NEWS (taking care to elaborate on any
user visible changes).

> +        // Incase the user hasn't uninstalled the old version before

s/Incase/In case/

> -//     cog.outl("tovmsi := '%s';" % os.path.basename(os.environ["TORTOISE_OVERLAYS_MSI_WIN32"]))
> +//     cog.outl("if IsWin64 then")
> +//     cog.outl("  tovmsi := '%s'" % os.path.basename(os.environ["TORTOISE_OVERLAYS_MSI_X64"]))
> +//     cog.outl("else")
> +//     cog.outl("  tovmsi := '%s'" % os.path.basename(os.environ["TORTOISE_OVERLAYS_MSI_WIN32"]))

Do you require a ; after '%s' in the then and/or else branches? (The language
looks like Pascal so perhaps not.)

Ian C.



More information about the bazaar mailing list