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
Uh oh!
There was an error while loading. Please reload this page.
-
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.deltausingextdifffirst and then made an aliashg diffforhg 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 diffcommand warned nothing, so I settled in this workaround.Beta Was this translation helpful? Give feedback.
All reactions