D3649: serve: add option print-url

2018-06-07 Thread durin42 (Augie Fackler)
durin42 added a comment. In https://phab.mercurial-scm.org/D3649#57906, @yuja wrote: > (resend because I forgot to remove the Phab shit, sorry for the noise.) > > > > It's surprising that `hg serve --print-url` spawns a daemon process! > > > > If it does not launch a daemon

D3649: serve: add option print-url

2018-06-04 Thread av6 (Anton Shestakov)
av6 added a comment. In https://phab.mercurial-scm.org/D3649#57901, @nspanti-logilab wrote: > Could you describe tests that you would like? For example, some that check that url is correct and is printed on stdout and not stderr, maybe also that it is printed when --port is

Re: D3649: serve: add option print-url

2018-06-04 Thread Yuya Nishihara
(resend because I forgot to remove the Phab shit, sorry for the noise.) > > It's surprising that `hg serve --print-url` spawns a daemon process! > > If it does not launch a daemon process, the procress caller (`xdg-open`, > `midori`, `firefox`, etc.) waits the end of the stream to launch,

D3649: serve: add option print-url

2018-06-04 Thread yuja (Yuya Nishihara)
yuja added a comment. (resend because I forgot to remove the Phab shit, sorry for the noise.) > > It's surprising that `hg serve --print-url` spawns a daemon process! > > If it does not launch a daemon process, the procress caller (`xdg-open`, `midori`, `firefox`, etc.) waits

Re: D3649: serve: add option print-url

2018-06-04 Thread Yuya Nishihara
On Mon, 4 Jun 2018 09:34:19 +, nspanti-logilab (Nicola Spanti) wrote: > > It's surprising that `hg serve --print-url` spawns a daemon process! > > If it does not launch a daemon process, the procress caller (`xdg-open`, > `midori`, `firefox`, etc.) waits the end of the stream to

D3649: serve: add option print-url

2018-06-04 Thread nspanti-logilab (Nicola Spanti)
nspanti-logilab added a comment. In https://phab.mercurial-scm.org/D3649#57835, @yuja wrote: > It's surprising that `hg serve --print-url` spawns a daemon process! If it does not launch a daemon process, the procress caller (`xdg-open`, `midori`, `firefox`, etc.) waits the end of

D3649: serve: add option print-url

2018-06-03 Thread KelvinTot (KelvinTotYB)
KelvinTot added a comment. Приветствую! Класный у вас сайт! Нашёл интересное для дач и не только: [b] [b] мебельный щит сосна 20 мм [/b] [url=http://www.ekolestnica.ru/]http://www.ekolestnica.ru/[/url] Тут: https://www.ekolestnica.ru/lestnicy-ivanovo.html лестницы в иваново купить

D3649: serve: add option print-url

2018-06-02 Thread av6 (Anton Shestakov)
av6 added a comment. Merits another patch with some simple tests. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D3649 To: nspanti-logilab, #hg-reviewers, durin42 Cc: av6, yuja, mercurial-devel ___ Mercurial-devel

D3649: serve: add option print-url

2018-06-01 Thread yuja (Yuya Nishihara)
yuja added a comment. > ('t', 'templates', '', _('web templates to use'), _('TEMPLATE')), > ('', 'style', '', _('template style to use'), _('STYLE')), > ('6', 'ipv6', None, _('use IPv6 in addition to IPv4')), > > - ('', 'certificate', '', _('SSL certificate file'), _('FILE'))] +

Re: D3649: serve: add option print-url

2018-06-01 Thread Yuya Nishihara
> ('t', 'templates', '', _('web templates to use'), _('TEMPLATE')), > ('', 'style', '', _('template style to use'), _('STYLE')), > ('6', 'ipv6', None, _('use IPv6 in addition to IPv4')), > -('', 'certificate', '', _('SSL certificate file'), _('FILE'))] > +('', 'certificate',

D3649: serve: add option print-url

2018-06-01 Thread nspanti-logilab (Nicola Spanti)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGaea29e81753a: serve: add option print-url (authored by nspanti-logilab, committed by ). CHANGED PRIOR TO COMMIT https://phab.mercurial-scm.org/D3649?vs=8880=8945#toc REPOSITORY rHG Mercurial

D3649: serve: add option print-url

2018-05-24 Thread nspanti-logilab (Nicola Spanti)
nspanti-logilab created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY It can be used to open hgweb in a web browser. Example : xdg-open "`hg serve --print-url`". REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL