
hg-pull
List of commands for hg-pull:
-
hg-pull:tldr:0d3c7 hg-pull: Specify a specific bookmark to pull.$ hg pull --bookmark ${bookmark}try on your machineexplain this command
-
hg-pull:tldr:12855 hg-pull: Pull changes even when the remote repository is unrelated.$ hg pull --forcetry on your machineexplain this command
-
hg-pull:tldr:3cf72 hg-pull: Update the local repository to the head of the remote.$ hg pull --updatetry on your machineexplain this command
-
hg-pull:tldr:41582 hg-pull: Specify a specific branch to pull.$ hg pull --branch ${branch}try on your machineexplain this command
-
hg-pull:tldr:440ef hg-pull: Specify a specific revision changeset to pull up to.$ hg pull --rev ${revision}try on your machineexplain this command
-
hg-pull:tldr:78c77 hg-pull: Pull from a specified source repository.$ hg pull ${path-to-source_repository}try on your machineexplain this command
-
hg-pull:tldr:c6cd2 hg-pull: Pull from the "default" source path.$ hg pulltry on your machineexplain this command