Making a server as default
Fredrik Lundh
fredrik at pythonware.com
Mon Jun 1 08:11:38 CDT 2009
On Sun, May 31, 2009 at 8:00 PM, Bharath Narayan <bharath144 at gmail.com> wrote:
> Hi,
> I've just started using Mercurial on Windows.
> I've been using hg pull <server_link> to pull data from the server. Is there
> way I can make the server as default so that I don't have to specify the
> servername everytime.
set the default parameter in the [paths] section of the configuration file. see
http://www.selenic.com/mercurial/hgrc.5.html
for details on this and other settings.
(but isn't this set by default when you clone the repository?)
</F>
More information about the Mercurial
mailing list