From a96f368f2a4ddad53b73b65a3158dbc56efb1746 Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Fri, 2 May 2025 15:47:31 +0200 Subject: [PATCH] test: ensure original behaviour in hg-git test --- test/hg-git.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/hg-git.t b/test/hg-git.t index 6d7e782..0cfd7b5 100755 --- a/test/hg-git.t +++ b/test/hg-git.t @@ -101,6 +101,8 @@ setup () { [remote-hg] hg-git-compat = true track-branches = false + # directly use local repo to avoid push (and hence phase issues) + shared-marks = false EOF export HGEDITOR=true