Answers:
在.hg / hgrc文件中。
[paths]
default = http://myserver/hg/repo1
default-push = ../mytestrepo
echo -e "[paths]\ndefault = http://myserver/hg/repo1\ndefault-push = ../mytestrepo" >> .hg/hgrc
man hgrc
表示现在(9年后:-)应该default:pushurl
代替默认推送。
hg pull
?