chiark / gitweb /
test suite: rpush-quilt: New test to check rpush with splitting
[dgit.git] / dgit
diff --git a/dgit b/dgit
index 0cdcd34ce6c7de624cd4a40a33a22db289097dd8..f1b322ad68450760d395ce4a1e71e0fa9ef29635 100755 (executable)
--- a/dgit
+++ b/dgit
@@ -5171,7 +5171,7 @@ sub i_resp_want ($) {
     fail f_ "rpush negotiated protocol version %s".
        " which does not support quilt mode %s",
        $protovsn, $quilt_mode
-       if quiltmode_splitbrain;
+       if quiltmode_splitbrain && $protovsn < 4;
 
     my @localpaths = i_method "i_want", $keyword;
     printdebug "[[  $keyword @localpaths\n";