How to change a repo source?

Martin Geisler martin at geisler.net
Tue Sep 15 06:47:00 UTC 2015


On Sat, Sep 12, 2015 at 8:41 PM, Tony Mechelynck <
antoine.mechelynck at gmail.com> wrote:

>
> To change it permanently, edit its .hg/hgrc file and change the
> "default =" line in its "[paths]" section.
>
> I think that you may change it temporarily by running
>
>     cd 3.4
>     hg --config paths.default=../3.5 pull
>
> or similar.
>

The "or similar" way is even simpler:

  cd 3.4
  hg pull ../3.5

-- 
Martin Geisler
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20150915/a6029e0d/attachment-0002.html>


More information about the Mercurial mailing list