How can I combine the Mercurial commands hg pull and hg update into one?
hg pull
hg update
The hg fetch extension will do the same once enabled. However, it has fallen out of favor and is noted as an "unloved feature" by the Mercurial team.
hg fetch