hgext.fetch
Anthony Petrov
Anthony.Petrov at Sun.COM
Tue Jun 2 14:46:01 UTC 2009
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:
>
> *** 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 RHS of the = is supposed to be the path of the extension,
> not the options, and I can't find any information in the Mercurial manuals.
>
> Thanks,
> Andrew.
More information about the core-libs-dev
mailing list