<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Sep 3, 2015 at 4:16 PM, Gregory Szorc <span dir="ltr"><<a href="mailto:gregory.szorc@gmail.com" target="_blank">gregory.szorc@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"># HG changeset patch<br>
# User Gregory Szorc <<a href="mailto:gregory.szorc@gmail.com">gregory.szorc@gmail.com</a>><br>
# Date 1440286731 25200<br>
#      Sat Aug 22 16:38:51 2015 -0700<br>
# Node ID b0e667395fd4c0dbd24d597fd81ce5c7f13b8b3f<br>
# Parent  3a75fe3376608704d4056dc3b93d0a200efe97b1<br>
hgweb: move templater instantiation to requestcontext<br><br></blockquote><div><br></div><div>A number of hgweb tests are currently failing on @ because templater() has a reference to self.templatepath, which was removed in 84511b1d9724. This patch unbusts things by moving  templater() to requestcontext, which does have a templatepath attribute. I guess I didn't test every commit in the entire series individually. And it just so happens the patchbomb split happened at just the wrong place too. Sorry about that.<br></div></div></div></div>