Re: Review request for 5049299

2009-06-02 Thread Michael McMahon
Martin, I had done something similar with clone & exec for Linux, but hadn't got round to testing it. So, it seems reasonable to take yours. Do you want to send me your updated versions of process_md.c and the test? I can take care of the merge with the Solaris code. Thanks, Michael. Martin

hgext.fetch

2009-06-02 Thread Andrew Haley
I can't get the fetch extension to work properly. I was told that I need to add [extensions] hgext.fetch = -m Merge but that doesn't work: *** failed to import extension hgext.fetch from -m Merge: [Errno 2] No such file or directory fetch extension - no help text available It seems that the R

Re: hgext.fetch

2009-06-02 Thread Anthony Petrov
Do the following instead: [extensions] hgext.fetch = [defaults] fetch = -m Merge -- best regards, Anthony On 06/02/2009 06:43 PM, Andrew Haley wrote: I can't get the fetch extension to work properly. I was told that I need to add [extensions] hgext.fetch = -m Merge but that doesn't work:

Re: hgext.fetch

2009-06-02 Thread Andrew Haley
Anthony Petrov wrote: > Do the following instead: > > [extensions] > hgext.fetch = > > [defaults] > fetch = -m Merge OK, ta. Andrew.

Re: hgext.fetch

2009-06-02 Thread Anthony Petrov
On 6/2/2009 7:28 PM Kelly O'Hair wrote: And also add ffetch variations too. ;^) In the [defaults] section only. The ffetch command itself is available anyway if you have both fetch and forest extensions enabled. -- best regards, Anthony If you want to use ffetch... -kto Andrew Haley wrote:

Re: hgext.fetch

2009-06-02 Thread Andrew Haley
Anthony Petrov wrote: > On 6/2/2009 7:28 PM Kelly O'Hair wrote: >> And also add ffetch variations too. ;^) > In the [defaults] section only. The ffetch command itself is available > anyway if you have both fetch and forest extensions enabled. > Like this, I presume. [defaults] fetch = -m Merge

Re: hgext.fetch

2009-06-02 Thread Kelly O'Hair
And also add ffetch variations too. ;^) If you want to use ffetch... -kto Andrew Haley wrote: Anthony Petrov wrote: Do the following instead: [extensions] hgext.fetch = [defaults] fetch = -m Merge OK, ta. Andrew.

Re: hgext.fetch

2009-06-02 Thread Kelly O'Hair
Yup. -kto Andrew Haley wrote: Anthony Petrov wrote: On 6/2/2009 7:28 PM Kelly O'Hair wrote: And also add ffetch variations too. ;^) In the [defaults] section only. The ffetch command itself is available anyway if you have both fetch and forest extensions enabled. Like this, I presume. [