If you have a conflict after merging, don't be in a hurry, just edit with e(edit) and accept the change with r(resolved) if it is resolved.
About options in case of conflicts
- (p) postpone
- Mark the conflict to be resolved later.
- (df) diff-full
- Show differences between base revision and conflict files in a unified diff format.
- (e) edit
- Modify the merged file with the editor.
- (r) resolved
- Accept the merged version of the file.
- (mf) mine-full
- Accept the user's entire file and ignore the latest changes in the repository.
- (tf) theirs-full
- Accept the entire file on the side that conflicts with the user and ignore the latest changes in the local working copy.
- (l) launch
- Launch an external tool for conflict resolution (this requires the external tool to be configured ahead of time).
- (h) help
- Lists the options described here.
Useful reference URLs for merging
- How to specify a revision
- http://heppoen.seesaa.net/article/131019255.html
- About the basic merging process
- http://cockatiel-cage.hateblo.jp/entry/2012/12/14/122449
- About basic commands
- http://qiita.com/konweb/items/6effd36aab551b2d6b8f