Forrest logo
back to context overview

hg-push

List of commands for hg-push:

  • hg-push:tldr:15b9f hg-push: Push changes to the "default" remote path.
    $ hg push
    try on your machine
    explain this command
  • hg-push:tldr:21615 hg-push: Specify a specific branch to push.
    $ hg push --branch ${branch}
    try on your machine
    explain this command
  • hg-push:tldr:a2741 hg-push: Specify a specific bookmark to push.
    $ hg push --bookmark ${bookmark}
    try on your machine
    explain this command
  • hg-push:tldr:ac976 hg-push: Push a new branch if it does not exist (disabled by default).
    $ hg push --new-branch
    try on your machine
    explain this command
  • hg-push:tldr:d79b7 hg-push: Specify a specific revision changeset to push.
    $ hg push --rev ${revision}
    try on your machine
    explain this command
  • hg-push:tldr:f7a8c hg-push: Push changes to a specified remote repository.
    $ hg push ${path-to-destination_repository}
    try on your machine
    explain this command
back to context overview