From 0faf2c91892bb3f7ecbe5c854cb4db7dc25759f5 Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Sun, 2 Jun 2019 16:38:06 -0500 Subject: [PATCH] Tell hg-git to be backwards compatible Since version 0.7.0 hg-git stores extra information directly into the commits, we don't support that, so we need to tell hg-git to do what it always did: put the extra data in the message. Signed-off-by: Felipe Contreras --- test/hg-git.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/hg-git.t b/test/hg-git.t index 366f551..d105665 100755 --- a/test/hg-git.t +++ b/test/hg-git.t @@ -108,6 +108,8 @@ setup () { [extensions] $hggit = graphlog = + [git] + debugextrainmessage = 1 EOF git config --global receive.denycurrentbranch warn git config --global remote-hg.hg-git-compat true