pull -u with check
A. S. Budden
abudden at gmail.com
Mon Jul 25 07:03:17 UTC 2022
On Sun, 24 Jul 2022, 21:48 Pierre-Yves David wrote:
>
> On 7/21/22 13:51, A. S. Budden wrote:
> > Hi
> >
> > Is there a way to do the equivalent of
> >
> > hg update --check
> >
> > as part of the `-u` option in `hg pull`? I can't see anything in the
> > documentation but wondered if I was missing something.
> >
> > At the moment, the only way I can see that would work would be:
> >
> > hg pull ; hg update -c
> >
> > It would be nice to be able to do:
> >
> > hg pull -uc
> >
> > Or, *even better*, it would be lovely to be able to set an option
> > somewhere in the configuration so that `hg pull -u` *always *checks.
>
>
> Check `hg help config.commands.update.check` this should fit your need
>
Perfect! Thank you
Al
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20220725/5148abd6/attachment.html>
More information about the Mercurial
mailing list