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. [

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 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 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: > Do the following instead: > > [extensions] > hgext.fetch = > > [defaults] > fetch = -m Merge OK, ta. Andrew.

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: