Mercurial command to combine hg pull; hg up

后端 未结 4 2020
别那么骄傲
别那么骄傲 2021-01-04 03:09

How can I combine the Mercurial commands hg pull and hg update into one?

4条回答
  •  悲&欢浪女
    2021-01-04 03:31

    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.

提交回复
热议问题