[pacman-dev] [PATCH] Added better colourisation support for certain operations: * Package Information: -Si and -Qi * Install Group: -S (group)

Allan McRae allan at archlinux.org
Sat Mar 26 04:08:46 UTC 2016


On 25/03/16 11:16, xavion.0 at gmail.com wrote:
> -	pm_asprintf(&str, "%s (%zu)", _("Packages"), alpm_list_count(targets));
> +	pm_asprintf(&str, "%s (%zu):", _("Packages"), alpm_list_count(targets));

The first thing I look at is an unrelated change...

I asked for small self contained patches that change only one area at a
time.  This makes things a lot easier to review and ensures unrelated
changes such as the able do not appear.  I will not look at this further
until that is provided.

A


More information about the pacman-dev mailing list