[PATCH] Annotate update

Martin Pool martinpool at gmail.com
Mon Oct 17 05:56:01 BST 2005


On 14/10/05, Goffredo Baroncelli <kreijack at alice.it> wrote:

> the patch below adds two option to the 'bzr annotate' command:

Thanks, merged, but I changed it to --all to get annotations on every line.

> -    annotate_file(b, file_version, file_id, sys.stdout)
> +    annotate_file(b, file_version, file_id, to_file = sys.stdout)

Note that standard Python style, which we try to follow, says there
are no spaces around the equals sign in parameter lists, though they
are there in expressions.  Strange but there you go.

--
Martin




More information about the bazaar mailing list