Replies: 1 comment 1 reply
-
Haven't tried it yet, but the docs suggest to add delta to the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried to use Delta for Mercurial (
hg
) besides Git, and apparently it pretty works well! The following .hgrc settings enable Mercurial to work together with Mercurial:Note that I declared
cmd.delta
usingextdiff
first and then made an aliashg diff
forhg delta
. At my first attempt, I did one-shot configuration instead likecmd.diff = delta
, but it turned out that Mercurial repeated the below warning:While, aliasing to
hg diff
command warned nothing, so I settled in this workaround.Beta Was this translation helpful? Give feedback.
All reactions