[PATCH 1 of 4 stable] tags: silence cache parsing errors

Yuya Nishihara yuya at tcha.org
Sat Apr 30 04:49:19 EDT 2016


On Thu, 28 Apr 2016 16:54:27 -0500, Matt Mackall wrote:
> # HG changeset patch
> # User Matt Mackall <mpm at selenic.com>
> # Date 1461875754 18000
> #      Thu Apr 28 15:35:54 2016 -0500
> # Branch stable
> # Node ID 30ea1355f34f85f4d7b5b0f4c8816fa44a35a8ed
> # Parent  94451300f3ec4a81135d3cf86ca3dce13e53837b
> tags: silence cache parsing errors

The series looks good to me. Pushed to the committed repo, thanks.

> -    def warn(msg):
> -        ui.warn(_("%s, line %s: %s\n") % (fn, count, msg))
> +    def dbg(msg):
> +        ui.debug("%s, line %s: %s\n" % (fn, count, msg))

I've dropped "from .i18n import _" to silence pyflakes.


More information about the Mercurial-devel mailing list