Re: [PATCH python-hglib] Add feature to allow hglib user to get call backs for prompts and output

2016-10-19 Thread Yuya Nishihara
On Tue, 18 Oct 2016 20:24:28 +0100, Barry Scott wrote: > I think I can also have the solution for hglib.clone() and hglib.init(). > I need to test more to be happy with those changes. They could be switched to use the commandserver on hg 3.0+. https://www.mercurial-scm.org/wiki/CommandServer#Know

Re: [PATCH python-hglib] Add feature to allow hglib user to get call backs for prompts and output

2016-10-18 Thread Jordi Gutiérrez Hermoso
On Tue, 2016-10-18 at 19:14 -0400, Jordi Gutiérrez Hermoso wrote: > On Thu, 2016-10-06 at 17:52 +0100, Barry A. Scott wrote: > > # HG changeset patch > > # User Barry A. Scott > > # Date 1475772736 -3600 > > # Thu Oct 06 17:52:16 2016 +0100 > > # Branch hglib-gui-features > > # Node ID 1ac381

Re: [PATCH python-hglib] Add feature to allow hglib user to get call backs for prompts and output

2016-10-18 Thread Jordi Gutiérrez Hermoso
On Thu, 2016-10-06 at 17:52 +0100, Barry A. Scott wrote: > # HG changeset patch > # User Barry A. Scott > # Date 1475772736 -3600 > # Thu Oct 06 17:52:16 2016 +0100 > # Branch hglib-gui-features > # Node ID 1ac3819a61527836d47f7cd6a113b194c307ffeb > # Parent efc527cc43d7394a5bd0deb1d29c43075

Re: [PATCH python-hglib] Add feature to allow hglib user to get call backs for prompts and output

2016-10-18 Thread Barry Scott
On Wednesday, 19 October 2016 00:29:52 BST Yuya Nishihara wrote: > On Tue, 18 Oct 2016 15:15:35 +0100, Barry Scott wrote: > > > On 18 Oct 2016, at 14:11, Yuya Nishihara wrote: > > > > > > On Tue, 18 Oct 2016 11:27:00 +0100, Barry Scott wrote: > > >> There are 2 reasons to have the cbout and cberr

Re: [PATCH python-hglib] Add feature to allow hglib user to get call backs for prompts and output

2016-10-18 Thread Yuya Nishihara
On Tue, 18 Oct 2016 15:15:35 +0100, Barry Scott wrote: > > > On 18 Oct 2016, at 14:11, Yuya Nishihara wrote: > > > > On Tue, 18 Oct 2016 11:27:00 +0100, Barry Scott wrote: > >> There are 2 reasons to have the cbout and cberr call backs. For a > >> push/pull that > >> does not prompt it provides

Re: [PATCH python-hglib] Add feature to allow hglib user to get call backs for prompts and output

2016-10-18 Thread Barry Scott
> On 18 Oct 2016, at 14:11, Yuya Nishihara wrote: > > On Tue, 18 Oct 2016 11:27:00 +0100, Barry Scott wrote: >>> On 16 Oct 2016, at 15:36, Yuya Nishihara wrote: >>> On Thu, 06 Oct 2016 17:52:38 +0100, Barry A. Scott wrote: # HG changeset patch # User Barry A. Scott # Date 147577

Re: [PATCH python-hglib] Add feature to allow hglib user to get call backs for prompts and output

2016-10-18 Thread Yuya Nishihara
On Tue, 18 Oct 2016 11:27:00 +0100, Barry Scott wrote: > > On 16 Oct 2016, at 15:36, Yuya Nishihara wrote: > > On Thu, 06 Oct 2016 17:52:38 +0100, Barry A. Scott wrote: > >> # HG changeset patch > >> # User Barry A. Scott > >> # Date 1475772736 -3600 > >> # Thu Oct 06 17:52:16 2016 +0100 > >

Re: [PATCH python-hglib] Add feature to allow hglib user to get call backs for prompts and output

2016-10-18 Thread Barry Scott
> On 16 Oct 2016, at 15:36, Yuya Nishihara wrote: > > On Thu, 06 Oct 2016 17:52:38 +0100, Barry A. Scott wrote: >> # HG changeset patch >> # User Barry A. Scott >> # Date 1475772736 -3600 >> # Thu Oct 06 17:52:16 2016 +0100 >> # Branch hglib-gui-features >> # Node ID 1ac3819a61527836d47f7c

Re: [PATCH python-hglib] Add feature to allow hglib user to get call backs for prompts and output

2016-10-16 Thread Yuya Nishihara
On Thu, 06 Oct 2016 17:52:38 +0100, Barry A. Scott wrote: > # HG changeset patch > # User Barry A. Scott > # Date 1475772736 -3600 > # Thu Oct 06 17:52:16 2016 +0100 > # Branch hglib-gui-features > # Node ID 1ac3819a61527836d47f7cd6a113b194c307ffeb > # Parent efc527cc43d7394a5bd0deb1d29c4307

Re: [PATCH python-hglib] Add feature to allow hglib user to get call backs for prompts and output

2016-10-07 Thread Barry Scott
On Thursday, 6 October 2016 15:03:32 BST timeless wrote: > On Thu, Oct 6, 2016 at 12:52 PM, Barry A. Scott wrote: > > Both pull() and push() have had three new, optiomal, aguments added them. > > optional ; arguments I'll fix the commit message once I have any more feedback. Barry ___

Re: [PATCH python-hglib] Add feature to allow hglib user to get call backs for prompts and output

2016-10-06 Thread timeless
On Thu, Oct 6, 2016 at 12:52 PM, Barry A. Scott wrote: > Both pull() and push() have had three new, optiomal, aguments added them. optional ; arguments ___ Mercurial-devel mailing list Mercurial-devel@mercurial-scm.org https://www.mercurial-scm.org/mail

[PATCH python-hglib] Add feature to allow hglib user to get call backs for prompts and output

2016-10-06 Thread Barry A. Scott
# HG changeset patch # User Barry A. Scott # Date 1475772736 -3600 # Thu Oct 06 17:52:16 2016 +0100 # Branch hglib-gui-features # Node ID 1ac3819a61527836d47f7cd6a113b194c307ffeb # Parent efc527cc43d7394a5bd0deb1d29c4307592f7528 Add feature to allow hglib user to get call backs for prompts a