hg push + statistics (but not to a git repo)

Uwe Brauer oub at mat.ucm.es
Mon Oct 21 13:17:45 UTC 2019



Hi

I have the following settin 

changegroup.diffstat=hg diff --stat -r "p1($HG_NODE)" -r "max(descendants($HG_NODE))"
outgoing=hg diff --stat -r "p1($HG_NODE)" -r "max(descendants($HG_NODE))"


Which is nice since it tells me some statistics if I pull and push.

However it does not work if I push to git repository using the hg-git
plugin.

Anybody has an idea what to do?

Regards

Uwe Brauer 



More information about the Mercurial mailing list