summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdgit1
1 files changed, 1 insertions, 0 deletions
diff --git a/dgit b/dgit
index 687ebe1..324a65f 100755
--- a/dgit
+++ b/dgit
@@ -3078,6 +3078,7 @@ if ($ENV{$fakeeditorenv}) {
}
parseopts();
+
print STDERR "DRY RUN ONLY\n" if $dryrun_level > 1;
print STDERR "DAMP RUN - WILL MAKE LOCAL (UNSIGNED) CHANGES\n"
if $dryrun_level == 1;