Mercurial default push repository
default = ssh://hg@<mercurial-server>/<project-name> Note that this default entry is created for you each time you clone a remote repository. You can add more short names to this section to use them in push and pull commands, just replace 'default' with the name like this: ted = ssh://hg@teds-machine/teds-project and use them: hg push ted
hg pull ted