[thg-dev] IE proxy settings extension

TK Soh teekaysoh at gmail.com
Mon Nov 8 02:14:35 UTC 2010


On Mon, Nov 8, 2010 at 9:35 AM, Steve Borho <steve at borho.org> wrote:
> On Sat, Nov 6, 2010 at 4:22 AM, TK Soh <teekaysoh at gmail.com> wrote:
>> On Sat, Nov 6, 2010 at 4:19 PM, TK Soh <teekaysoh at gmail.com> wrote:
>>> On Fri, Nov 5, 2010 at 10:16 PM, Nicolas Dumazet <nicdumz at gmail.com> wrote:
>>>> 2010/11/5 André Sintzoff <andre.sintzoff at gmail.com>:
>>>>> -def uisetup(ui):
>>>>> +def reposetup(ui):
>>>>
>>>> should be instead:
>>>> def reposetup(ui, repo):
>>>>
>>>> But the basic idea is here :)
>>>
>>> Does reposetup() get called when not inside a repo?
>>
>> My experiment showed that it doesn't. Which mean hg clone won't work.
>
>
> As I do not use any proxies in my day to day work, I'm not suited to
> be a maintainer of such an extension.  I'm hoping Mads or someone else
> steps up and takes ownership of this.

I use proxy frequently at work, so I do have a lot of interest in this
extension. However, since I know next to nothing about the mechanism
behind, I am not the right person either. Let see if someone is
willing to handle it.

BTW, reposetup() does get called when cloning, since hg has to create
a repo for the clone.



More information about the Mercurial-devel mailing list