From: Ian Jackson Date: Thu, 26 Sep 2013 00:47:47 +0000 (+0100) Subject: Command execution reports from --dry-run go to stderr. X-Git-Tag: debian/0.16_experimental2^2~24 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=2d8535ab6b3445dc678191019b71850c4fa8f04f;hp=f8607d8ff99642d610d2bc338eb831aae4baba2b;ds=sidebyside Command execution reports from --dry-run go to stderr. --- diff --git a/debian/changelog b/debian/changelog index bf459a99..48201104 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ dgit (0.16~experimental2) experimental; urgency=low * WIP remote functionality. Untested, do not use. * push actually takes an optional suite, like it says in the synopsis. + * Command execution reports from --dry-run go to stderr. -- diff --git a/dgit b/dgit index 357ccc3a..bee98b92 100755 --- a/dgit +++ b/dgit @@ -204,7 +204,7 @@ sub cmdoutput { } sub dryrun_report { - printcmd(\*STDOUT,"#",@_); + printcmd(\*STDERR,"#",@_); } sub runcmd_ordryrun {