Chris@498: <link rel="stylesheet" type="text/css" href="help.css"/>
Chris@498: 
Chris@498: 
Chris@499: <h2>I want to put my changes into a master repository shared with my colleagues</h2>
Chris@498: 
Chris@499: <p>Setting up such a repository with a properly configured remote server
Chris@499: is out of the scope of this Help, but you generally want one of the
Chris@499: following:</p>
Chris@499: 
Chris@499: <p><b>A server that everyone on your team has secure ssh access to</b>, <i>or</i></p>
Chris@499: 
Chris@499: <p><b>An account with a managed online Mercurial hosting service</b></p>
Chris@499: 
Chris@499: <p>With either of the above, you should be able to create a new
Chris@499: repository on the server and obtain a Mercurial URL for it.  That may
Chris@499: be a <i>ssh://host/path</i> URL in the former case, or the URL (often an
Chris@499: <i>https</i> one) provided by the service in the latter case.</p>
Chris@499: 
Chris@499: <p>In EasyMercurial, you then:</p>
Chris@499: 
Chris@499: <p><b>1. Go to Remote -> Set Remote Location.., enter the URL of the remote repository and click OK.</b>
Chris@499: <ul><li>This tells EasyMercurial to use that URL as the default location for subsequent push and pull operations.</li></ul></p>
Chris@499: 
Chris@499: <p><b>2. Click Push on the main toolbar at the top of the EasyMercurial window.</b></p>
Chris@499: 
Chris@499: <p>This will push all of the changes that you have made in your local
Chris@499: repository (since you pushed to the same target, if you ever have).
Chris@499: You should do this regularly whenever you have a coherent set of
Chris@499: changes for others to use or test.  Your colleagues can then pull from
Chris@499: the same remote repository URL to obtain your changes.</p>
Chris@499: 
Chris@499: <p>For this to work, the target repository must be <i>related</i> to the local
Chris@499: one.  That means either a repository that has been pulled to, or
Chris@499: pushed to from, the local repository before; or the repository that
Chris@499: was initially used to clone the local one from; or else an empty
Chris@499: repository.</p>
Chris@499: