Command server

Yuya Nishihara yuya at tcha.org
Sun Dec 18 08:12:36 CST 2011


Idan Kamara wrote:
> On Sun, Dec 18, 2011 at 1:10 PM, Yuya Nishihara <yuya at tcha.org> wrote:
> 
> > Hi, I had a similar problem which ends with 'abort: response expected'.
> > Maybe ui.getpass() won't work if the cmdserver process detached from
> > the console. It looks to interact with /dev/tty.
> 
> 
> Yes, looking at CPython sources it looks like it has a fallback
> mechanism which should read from stdin. How can I reproduce your behavior?

Ah, my problem, 'abort: response expected', won't happen on pure command
server. I'm trying to use cmdserver via unix domain socket, so
fallback_getpass() also fails.

Regards,
Yuya


More information about the Mercurial mailing list