Push changes from the local repository to a specified destination. More information: https://www.mercurial-scm.org/doc/hg.1.html#push.
hg push
hg push {{path/to/destination_repository}}
hg push --new-branch
hg push {{[-r|--rev]}} {{revision}}
hg push {{[-b|--branch]}} {{branch}}
hg push {{[-B|--bookmark]}} {{bookmark}}