Open braedontask opened 4 months ago
Try rebase -t :merge
or configure sl config --local ui.merge:interactive=:merge
to set it permanently.
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).
There aren't specific docs for this on https://sapling-scm.com/ are there?
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.