TortoiseHg 设置 > 提交中的 "default" 和 "default-push" 有什么区别?

What's the difference between "default" and "default-push" in TortoiseHg Settings > Commit?

在 TortoiseHg 的设置中,我可以将 "push after commit" 设置为 unspecifieddefaultdefault-push。我明白unspecified,但是defaultdefault-push有什么区别?

我用谷歌搜索,但找不到解释。

[paths]
default = ssh://hg@example.com/path1
default-push = ssh://hg@example.com/path2

然后

hg pull
hg push

不要引用同一个 repo。