Мой профиль...

Search This Blog

Thursday, August 20, 2015

Howto rename branch in mercurial?

hg update old_name
hg branch new_name
hg commit -m "Changing old_name branch to new_name."
hg update old_name
hg commit --close-branch -m "use new_name instead."
hg push --new-branch

No comments:

Релевантные посты...

Related Posts with Thumbnails