chiark / gitweb /
Provide cgit-regen-config command for cgi-grnet-01.
[dgit.git] / infra / dgit-repos-policy-debian
index 0774f17b9e373947e0dfbd9309ebc6c683acf47a..a0ac51916027d74e481cad34a47c80a04d2776ae 100755 (executable)
@@ -281,10 +281,10 @@ sub action_push () {
     if (deliberately('include-questionable-history')) {
        return 0;
     }
-    die "Package is in NEW and has not been accepted or rejected yet;".
+    die "\nPackage is in NEW and has not been accepted or rejected yet;".
        " use a --deliberately option to specify whether you are".
        " keeping or discarding the previously pushed history. ".
-       " Please RTFM dgit(1).\n";
+       " Please RTFM dgit(1).\n\n";
 }
 
 sub action_push_confirm () {