From reading this question and answer, I understand that to clone a local repository to a server, I need to enter the command
hg clone yourlocalrepo ssh://you@server//home/you/repo
The ssh part I get. But how do I tell what to enter for yourlocalrepo? Is this the name of my local repository? If so how do I tell what that name is?
EDIT: edited to clarify that I want to put the local repo on the server, not vice versa.