You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i dont want to use filemerge for conflicts after running sl rebase. would prefer to just resolve the flags in my default editor. is there some simple config im missing here?
former facebooker. love sapling btw! lmk if you need contributors.
The text was updated successfully, but these errors were encountered:
You can configure ui.merge:interactive to your preferred merge method (see sl help merge-tools). For example. sl config --user ui.merge:interactive=:merge3 which will leave three way merge markers in the file if there are conflicts.
The default tool should be "editmerge" which is what I use. It opens the conflicts automatically in your editor to let you go through them quickly (need to configure ui.editor to choose your editor).
i dont want to use filemerge for conflicts after running
sl rebase
. would prefer to just resolve the flags in my default editor. is there some simple config im missing here?former facebooker. love sapling btw! lmk if you need contributors.
The text was updated successfully, but these errors were encountered: