chiark / gitweb /
dgit: update-vcs-git: Print a less confusing message if unchanged
[dgit.git] / dgit
diff --git a/dgit b/dgit
index d57b64351e1883f78772e9ae075be814f0bee8c4..5c046388a9e0c93aee69ea8eb63c252619c4fc58 100755 (executable)
--- a/dgit
+++ b/dgit
@@ -4980,7 +4980,7 @@ sub cmd_update_vcs_git () {
        print STDERR f_ "setting up vcs-git: %s\n", $url;
        @cmd = (@git, qw(remote add vcs-git), $url);
     } elsif ($orgurl eq $url) {
-       print STDERR f_ "vcs git already configured: %s\n", $url;
+       print STDERR f_ "vcs git unchanged: %s\n", $url;
     } else {
        print STDERR f_ "changing vcs-git url to: %s\n", $url;
        @cmd = (@git, qw(remote set-url vcs-git), $url);