how to obtain git's information when pulling in mercurial.
Uwe Brauer
oub at mat.ucm.es
Wed May 20 15:39:30 UTC 2020
> On 2020-05-19 13:07, Uwe Brauer wrote:
> Sorry, my wording was imprecise. I meant "Apart from that the
> configured hook was not executed, …".
> A diff or diffstat more similarly to Git can be enabled by either
> 1) setting
> [diff]
> git = True
> or
> 2) passing "--git" to the "hg diff …" command.
Ok but still if a file gets renamed
Git presents it like
file1.tex ------> file2.tex
While Mercurial does
file1.tex ---------
file2.tex +++++++++
I think the git display gives more information, because it was a renaming
process. But I presume to have gits behavior core mercurial has to be
changed. ...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5673 bytes
Desc: not available
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20200520/d6c745cd/attachment.p7s>
More information about the Mercurial
mailing list