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