X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=blobdiff_plain;f=dgit;h=7ec09de85d5932edccdd4b1308f38b505aa41e69;hp=91f43af087372c02b0f6ad719f93a60b07a94002;hb=81aaaee0875d911dca013460b1087e5b56922c0f;hpb=6b6d2e426e5ee6b08c706d57db7502d80e00e82b diff --git a/dgit b/dgit index 91f43af0..7ec09de8 100755 --- a/dgit +++ b/dgit @@ -155,7 +155,7 @@ END { local ($?); foreach my $f (@end) { eval { $f->(); }; - warn "$us: cleanup: $@" if length $@; + print STDERR "$us: cleanup: $@" if length $@; } }; @@ -1706,7 +1706,7 @@ sub clone ($) { canonicalise_suite(); badusage "dry run makes no sense with clone" unless act_local(); my $hasgit = check_for_git(); - mkdir $dstdir or die "$dstdir $!"; + mkdir $dstdir or fail "create \`$dstdir': $!"; changedir $dstdir; runcmd @git, qw(init -q); my $giturl = access_giturl(1); @@ -2083,7 +2083,7 @@ END sign_changes $changesfile; } - supplementary_message(<<'END'); + supplementary_message(<