Options (3)
-r, --revbooleanSpecify a specific revision changeset to push
Example:
hg push {{[-r|--rev]}} {{revision}}-b, --branchbooleanSpecify a specific branch to push
Example:
hg push {{[-b|--branch]}} {{branch}}-B, --bookmarkbooleanSpecify a specific bookmark to push
Example:
hg push {{[-B|--bookmark]}} {{bookmark}}Examples (6)
Push changes to the "default" remote path
Push changes to a specified remote repository
hg push path/to/destination_repositoryPush a new branch if it does not exist (disabled by default)
hg push --new-branchSpecify a specific revision changeset to push
hg push [-r|--rev] revisionSpecify a specific branch to push
hg push [-b|--branch] branchSpecify a specific bookmark to push
hg push [-B|--bookmark] bookmarkmade by @shridhargupta | data from tldr-pages