Changing Mercurial “Default” Parent URL

前端 未结 3 1630
无人共我
无人共我 2020-12-04 10:09

Let\'s say I have a Mercurial repository and I\'m pulling from a default parent URL (the source I cloned it from).

Now I want to change the default parent URL (hostn

3条回答
  •  隐瞒了意图╮
    2020-12-04 10:30

    I just found the answer to my own question. Edit the .hg/hgrc file in the repository, change the default setting under the [paths] section. Simple!

提交回复
热议问题