标签: mercurial
如何为mercurial本地存储库设置默认远程存储库?
答案 0 :(得分:154)
它位于.hg / hgrc文件中。
[paths] default = http://myserver/hg/repo1 default-push = ../mytestrepo