Pull changes from a specified repository to the local repository.
More information.
- Pull from the "default" source path:
- Pull from a specified source repository:
hg pull {path/to/source_repository}
- Update the local repository to the head of the remote:
- Pull changes even when the remote repository is unrelated:
- Specify a specific revision changeset to pull up to:
- Specify a specific branch to pull:
hg pull --branch {branch}
- Specify a specific bookmark to pull:
hg pull --bookmark {bookmark}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
CC-BY