|
|
|
|
|
by StavrosK
4602 days ago
|
|
Yes, I haven't used Mercurial too extensively (I use git), but Mercurial's commands make more sense to me. The only problem I have with it is that conflicts throw me into vim, and if I exit it to try and make sense of the merges, it thinks I'm done merging and leaves me in an unreasonable state, whereas git just marks the files and lets me resolve them at my leisure. |
|
To set it for your user globally, in your .hgrc put "merge=internal:merge" under [ui].