pull -u with check

A. S. Budden abudden at gmail.com
Thu Jul 21 11:51:38 UTC 2022


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.

Thanks,

Al
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20220721/43f881b2/attachment.html>


More information about the Mercurial mailing list