Skip to main content

How can I pull changes from a remote repository?

23 Sep 2013 - mercurial

hg pull remote-name

If you use the -u option, the pulled changes will be applied on your branch:

hg pull -u remote-name