Re: [PATCH] py3: leverage pycompat.long

2019-10-28 Thread Augie Fackler
On Sun, Oct 27, 2019 at 01:15:11PM +0900, Yuya Nishihara wrote: > # HG changeset patch > # User Yuya Nishihara > # Date 1572148313 -32400 > # Sun Oct 27 12:51:53 2019 +0900 > # Node ID 77e348a48bac41c28887c2b10afac4a2f6b4bc69 > # Parent fb5c72501de2451a9c785da2912267565ad53cc6 > py3: leverag

Re: [PATCH] py3: leverage pycompat.long

2019-10-28 Thread Pierre-Yves David
This patch looks goods On 10/27/19 5:15 AM, Yuya Nishihara wrote: # HG changeset patch # User Yuya Nishihara # Date 1572148313 -32400 # Sun Oct 27 12:51:53 2019 +0900 # Node ID 77e348a48bac41c28887c2b10afac4a2f6b4bc69 # Parent fb5c72501de2451a9c785da2912267565ad53cc6 py3: leverage pycompa

[PATCH] py3: leverage pycompat.long

2019-10-26 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1572148313 -32400 # Sun Oct 27 12:51:53 2019 +0900 # Node ID 77e348a48bac41c28887c2b10afac4a2f6b4bc69 # Parent fb5c72501de2451a9c785da2912267565ad53cc6 py3: leverage pycompat.long diff --git a/mercurial/templatefilters.py b/mercurial/templat