[PATCH 2 of 6]check-code: use absolute_import and print_function

Yuya Nishihara yuya at tcha.org
Sun Mar 6 06:30:19 EST 2016


On Sun, 6 Mar 2016 02:58:54 +0530, Pulkit Goyal wrote:
> # HG changeset patch
> # User Pulkit Goyal <7895pulkit at gmail.com>
> # Date 1457212958 -19800
> #      Sun Mar 06 02:52:38 2016 +0530
> # Node ID 66064b2c5c954a4f050f76d34d8d77060a2dcc73
> # Parent  e544fb40b78c49f46449d403008431f2bc976876
> check-code: use absolute_import and print_function

> -                print "Skipping %s for %s it doesn't match %s" % (
> -                       name, match, f)
> +                print("Skipping %s for %s it doesn't match %s" %
> (name, match, f))

This one was hard to fix manually. Please resend.


More information about the Mercurial-devel mailing list