Options (5)
-u, --updatebooleanUpdate the local repository to the head of the remote
Example:
hg pull {{[-u|--update]}}-f, --forcebooleanPull changes even when the remote repository is unrelated
Example:
hg pull {{[-f|--force]}}-r, --revbooleanSpecify a specific revision changeset to pull up to
Example:
hg pull {{[-r|--rev]}} {{revision}}-b, --branchbooleanSpecify a specific branch to pull
Example:
hg pull {{[-b|--branch]}} {{branch}}-B, --bookmarkbooleanSpecify a specific bookmark to pull
Example:
hg pull {{[-B|--bookmark]}} {{bookmark}}Examples (7)
Pull from the "default" source path
Pull from a specified source repository
hg pull path/to/source_repositoryUpdate the local repository to the head of the remote
hg pull [-u|--update]Pull changes even when the remote repository is unrelated
hg pull [-f|--force]Specify a specific revision changeset to pull up to
hg pull [-r|--rev] revisionSpecify a specific branch to pull
hg pull [-b|--branch] branchSpecify a specific bookmark to pull
hg pull [-B|--bookmark] bookmarkmade by @shridhargupta | data from tldr-pages