简体   繁体   中英

Pull and merge remote branch changes with multiple heads

When my current branch has more than 2 heads and I try to pull and merge with the remote changes, I get the following exception:

abort: branch 'default' has 3 heads - please merge with an explicit rev (run 'hg heads .' to see heads)

I am struggling to resolve this issue.

您需要使用“ hg merge -r rev”与显式修订合并。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM