Queued the series. Many thanks.

On Mon, Mar 5, 2018 at 3:49 AM, Yuya Nishihara <y...@tcha.org> wrote:
> # HG changeset patch
> # User Yuya Nishihara <y...@tcha.org>
> # Date 1520200097 18000
> #      Sun Mar 04 16:48:17 2018 -0500
> # Node ID bbfaa4a0a9fde9170af65ef333e63f7e4626e81e
> # Parent  b77ff4fbe9ad2a27454f0edc9a9772bbc3128b28
> py3: fix int formatting of "incoming changes" log
>
> diff --git a/mercurial/changegroup.py b/mercurial/changegroup.py
> --- a/mercurial/changegroup.py
> +++ b/mercurial/changegroup.py
> @@ -411,7 +411,7 @@ class cg1unpacker(object):
>                      newheads = [h for h in repo.heads()
>                                  if h not in oldheads]
>                      repo.ui.log("incoming",
> -                                "%s incoming changes - new heads: %s\n",
> +                                "%d incoming changes - new heads: %s\n",
>                                  len(added),
>                                  ', '.join([hex(c[:6]) for c in newheads]))
>
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel@mercurial-scm.org
> https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to