Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TortoiseHG: cannot partially commit a merge

I tried to merge two heads in Mercurial. After merging, I didn't commit and did some more changes. Then I tried to commit and got the following message:

abort: cannot partially commit a merge (do not specify files or patterns)

I'm using TortoiseHG as visual shell, and Beyond Compare for comparing and merging. And I'm relatively new to all of them.

What should I do to finish commit successfully?

like image 431
Roman Boiko Avatar asked Jul 29 '10 15:07

Roman Boiko


1 Answers

I think you have aliases in hgrc file. Try to remove [alias] section and commit again.

like image 79
kbh Avatar answered Oct 23 '22 00:10

kbh