[PATCH 0 of 7] HTTPS related hgweb and template fixes

Brendan Cully brendan at kublai.com
Thu Jul 12 15:55:39 CDT 2007


On Thursday, 12 July 2007 at 14:48, Wesley J. Landaker wrote:
> Attached are some HTTPS related hgweb and template fixes. These are some
> of the future things discussed in the thread "Make {urlbase} work in
> templates when https is used."
> 
> Each patch should be pretty self-explanitory, and I think I wrote pretty
> good descriptions of the how and why, but a few comments on their
> dependencies:
> 
> [1] is standalone.
> [2] is also standalone, but preps things for [3].
> [3] depends on [2].
> 
> [4-7] are related, and really should go together, with the exception that
> [6] is totally optional, depending on whether or not we want backwards
> compatibility for a previously undocumented template variable.
> 
> [7] Fixes two typos from [4]+[5]. Sorry for the extra noise. (I guess I
> should have used mq so I could easily refresh, but I wasn't sure how to
> make that get along with patchbomb.)

Patchbomb gets along with mq just fine. I routinely
hg email -r qbase:qtip

you can convert existing revisions into mq with
qimport -r revstart:tip

and you can use eg qfold to merge typo fixes in after the fact:
hg qpush 4
hg qfold -e 6


More information about the Mercurial-devel mailing list