Re: [PATCH 3 of 3 V2] url: support auth.cookiefile for adding cookies to HTTP requests

2017-04-03 Thread Gregory Szorc
On Mon, Apr 3, 2017 at 4:59 PM, Augie Fackler wrote: > > > On Apr 3, 2017, at 5:50 PM, Gregory Szorc > wrote: > > > > On Mon, Apr 3, 2017 at 2:00 PM, Augie Fackler wrote: > >> On Tue, Mar 28, 2017 at 08:00:50PM -0700, Gregory Szorc wrote: > >> > # HG changeset patch > >> > # User Gregory Szorc

Re: [PATCH 3 of 3 V2] url: support auth.cookiefile for adding cookies to HTTP requests

2017-04-03 Thread Augie Fackler
> On Apr 3, 2017, at 5:50 PM, Gregory Szorc wrote: > > On Mon, Apr 3, 2017 at 2:00 PM, Augie Fackler wrote: >> On Tue, Mar 28, 2017 at 08:00:50PM -0700, Gregory Szorc wrote: >> > # HG changeset patch >> > # User Gregory Szorc >> > # Date 1490756307 25200 >> > # Tue Mar 28 19:58:27 2017 -0

Re: [PATCH 3 of 3 V2] url: support auth.cookiefile for adding cookies to HTTP requests

2017-04-03 Thread Danek Duvall
Gregory Szorc wrote: > +The following options apply to all hosts. > + > +``cookiefile`` > +Path to a file containing HTTP cookie lines. Cookies matching a > +host will be sent automatically. > + > +The file format uses the Mozilla cookies.txt or libwww-perl "Set-Cookie3" > +format.

Re: [PATCH 3 of 3 V2] url: support auth.cookiefile for adding cookies to HTTP requests

2017-04-03 Thread Gregory Szorc
On Mon, Apr 3, 2017 at 2:00 PM, Augie Fackler wrote: > On Tue, Mar 28, 2017 at 08:00:50PM -0700, Gregory Szorc wrote: > > # HG changeset patch > > # User Gregory Szorc > > # Date 1490756307 25200 > > # Tue Mar 28 19:58:27 2017 -0700 > > # Node ID 05b01865ed532a11cd6a824b600876c94c2e293e > >

Re: [PATCH 3 of 3 V2] url: support auth.cookiefile for adding cookies to HTTP requests

2017-04-03 Thread Augie Fackler
On Tue, Mar 28, 2017 at 08:00:50PM -0700, Gregory Szorc wrote: > # HG changeset patch > # User Gregory Szorc > # Date 1490756307 25200 > # Tue Mar 28 19:58:27 2017 -0700 > # Node ID 05b01865ed532a11cd6a824b600876c94c2e293e > # Parent 5cf00a25e8c066bd664dde4cb302bd52a75195d6 > url: support au

[PATCH 3 of 3 V2] url: support auth.cookiefile for adding cookies to HTTP requests

2017-03-28 Thread Gregory Szorc
# HG changeset patch # User Gregory Szorc # Date 1490756307 25200 # Tue Mar 28 19:58:27 2017 -0700 # Node ID 05b01865ed532a11cd6a824b600876c94c2e293e # Parent 5cf00a25e8c066bd664dde4cb302bd52a75195d6 url: support auth.cookiefile for adding cookies to HTTP requests Mercurial can't currently