chiark / gitweb /
dgit: Drop "dgit view: changes are required..." message
[dgit.git] / dgit
diff --git a/dgit b/dgit
index 0cdcd34ce6c7de624cd4a40a33a22db289097dd8..3662282d9bf7ea33c7bb025e3b20da3528de5c50 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";
@@ -5376,7 +5376,6 @@ sub quiltify_tree_sentinelfiles ($) {
 
 sub quiltify_splitbrain_needed () {
     if (!$split_brain) {
-       progress __ "dgit view: changes are required...";
        runcmd @git, qw(checkout -q -b dgit-view);
        $split_brain = 1;
     }