[coyotos-dev] Patch for coyotos/src/Makefile
Jonathan S. Shapiro
shap at eros-os.com
Sun Sep 9 01:10:19 EDT 2007
Sorry. That was too brief. "hg fetch" == "hg pull" + "hg merge" + "hg
update".
shap
On Sun, 2007-09-09 at 01:09 -0400, Jonathan S. Shapiro wrote:
> This is not an error in the Makefile. It is an error in your ~/.hgrc.
>
> Add a line
>
> hgext.fetch=
>
> to the extensions section.
>
> On Sun, 2007-09-09 at 03:22 +0200, Valerio Bellizzomi wrote:
> > Typing "make update" in coyotos/src fires up this error:
> >
> > hg: unknown command 'fetch'
> >
> > The patch is to substitute 'fetch' with 'update' in the "update:" target.
> >
> > Change the line:
> > hg --cwd $(HG_TREETOP)/$${tree} fetch; \
> >
> > To read:
> > hg --cwd $(HG_TREETOP)/$${tree} update; \
> >
> >
> > val
> >
> >
> > _______________________________________________
> > coyotos-dev mailing list
> > coyotos-dev at smtp.coyotos.org
> > http://www.coyotos.org/mailman/listinfo/coyotos-dev
>
> _______________________________________________
> coyotos-dev mailing list
> coyotos-dev at smtp.coyotos.org
> http://www.coyotos.org/mailman/listinfo/coyotos-dev
More information about the coyotos-dev
mailing list