How to resolve merging conflicts in Mercurial (v1.0.2)?

Posted by lajos on Stack Overflow See other posts from Stack Overflow or by lajos
Published on 2009-04-28T06:42:22Z Indexed on 2010/04/07 9:23 UTC
Read the original article Hit count: 183

Filed under:
|

I have a merging conflict, using Mercurial 1.0.2:

merging test.h
warning: conflicts during merge.
merging test.h failed!
6 files updated, 0 files merged, 0 files removed, 1 files unresolved
There are unresolved merges, you can redo the full merge using:
  hg update -C 19
  hg merge 18

I can't figure out how to resolve this. Google search results instruct to use:

hg resolve

but for some reason my Mercurial (v1.0.2) doesn't have a resolve command:

hg: unknown command 'resolve'

How can I resolve this conflict?

© Stack Overflow or respective owner

Related posts about mercurial

Related posts about conflict