Forrest logo
back to context overview

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 machine
    explain this command
  • hg-pull:tldr:12855 hg-pull: Pull changes even when the remote repository is unrelated.
    $ hg pull --force
    try on your machine
    explain this command
  • hg-pull:tldr:3cf72 hg-pull: Update the local repository to the head of the remote.
    $ hg pull --update
    try on your machine
    explain this command
  • hg-pull:tldr:41582 hg-pull: Specify a specific branch to pull.
    $ hg pull --branch ${branch}
    try on your machine
    explain this command
  • hg-pull:tldr:440ef hg-pull: Specify a specific revision changeset to pull up to.
    $ hg pull --rev ${revision}
    try on your machine
    explain this command
  • hg-pull:tldr:78c77 hg-pull: Pull from a specified source repository.
    $ hg pull ${path-to-source_repository}
    try on your machine
    explain this command
  • hg-pull:tldr:c6cd2 hg-pull: Pull from the "default" source path.
    $ hg pull
    try on your machine
    explain this command
back to context overview