mercurial - How set the default repository -


How do I set up default remote repositories for Mercury local repositories?

This is in .hg / hgrc file.

  [paths] default = http: // myserver / hg / repo1 default - push = ../mytestrepo  

Comments