Re: [PATCH 1 of 8 py3] dispatch: consolidate formatting of arguments

2017-03-23 Thread Kevin Bullock
> On Mar 23, 2017, at 09:42, Augie Fackler wrote: > > On Tue, Mar 21, 2017 at 10:11 PM, Kevin Bullock > wrote: >>$ PYTHON3=/path/to/python3 python run-tests.py test-check-py3-commands.t > > Should be `python run-tests.py > --with-python3=/absolute/path/to/python3 test-check-py3-commands.t`.

Re: [PATCH 1 of 8 py3] dispatch: consolidate formatting of arguments

2017-03-23 Thread Augie Fackler
On Tue, Mar 21, 2017 at 10:11 PM, Kevin Bullock wrote: > $ PYTHON3=/path/to/python3 python run-tests.py test-check-py3-commands.t Should be `python run-tests.py --with-python3=/absolute/path/to/python3 test-check-py3-commands.t`. ___ Mercurial-deve

Re: [PATCH 1 of 8 py3] dispatch: consolidate formatting of arguments

2017-03-21 Thread Kevin Bullock
> On Mar 19, 2017, at 03:24, Pulkit Goyal <7895pul...@gmail.com> wrote: > > On Sun, Mar 19, 2017 at 11:43 AM, Augie Fackler wrote: > > > On Mar 19, 2017, at 2:11 AM, Augie Fackler wrote: > > > > # HG changeset patch > > # User Augie Fackler > > # Date 1489897133 14400 > > # Sun Mar 19 00:

Re: [PATCH 1 of 8 py3] dispatch: consolidate formatting of arguments

2017-03-19 Thread Yuya Nishihara
On Sun, 19 Mar 2017 02:11:32 -0400, Augie Fackler wrote: > # HG changeset patch > # User Augie Fackler > # Date 1489897133 14400 > # Sun Mar 19 00:18:53 2017 -0400 > # Node ID ea399732bc91813286b8f40082ec33a6a16b3558 > # Parent 291951ad070b3fa39dd1d83503aa1011a20d9a21 > dispatch: consolidate

Re: [PATCH 1 of 8 py3] dispatch: consolidate formatting of arguments

2017-03-19 Thread Pulkit Goyal
On Sun, Mar 19, 2017 at 11:43 AM, Augie Fackler wrote: > > > On Mar 19, 2017, at 2:11 AM, Augie Fackler wrote: > > > > # HG changeset patch > > # User Augie Fackler > > # Date 1489897133 14400 > > # Sun Mar 19 00:18:53 2017 -0400 > > # Node ID ea399732bc91813286b8f40082ec33a6a16b3558 > > #

Re: [PATCH 1 of 8 py3] dispatch: consolidate formatting of arguments

2017-03-18 Thread Augie Fackler
> On Mar 19, 2017, at 2:11 AM, Augie Fackler wrote: > > # HG changeset patch > # User Augie Fackler > # Date 1489897133 14400 > # Sun Mar 19 00:18:53 2017 -0400 > # Node ID ea399732bc91813286b8f40082ec33a6a16b3558 > # Parent 291951ad070b3fa39dd1d83503aa1011a20d9a21 > dispatch: consolidate