Bug#694031: mr: an option to make mr quiet for commands that produce no output

2013-04-10 Thread Paul Wise
On Wed, 2013-02-20 at 13:08 +0800, Paul Wise wrote: Pass a fake terminal to subcommands when mr is run in a terminal This one was broken when IO::Pty::Easy wasn't installed, attached an updated version. -- bye, pabs http://wiki.debian.org/PaulWise From

Bug#694031: mr: an option to make mr quiet for commands that produce no output

2013-03-09 Thread Paul Wise
On Wed, 2013-02-20 at 13:08 +0800, Paul Wise wrote: I split the patch up into three patches: In addition to these patches, here is one to make mr not print anything for SVN/CVS repositories when running mr -q fetch and other situations. -- bye, pabs http://wiki.debian.org/PaulWise From

Bug#694031: mr: an option to make mr quiet for commands that produce no output

2013-02-19 Thread Paul Wise
I split the patch up into three patches: Always print a new line after failed commands. Pass a fake terminal to subcommands when mr is run in a terminal Make quiet mode show output if there is some. Closes: #694031 This latest attached patchset also fixes the behaviour with mr -j4 -q, which is

Bug#694031: mr: an option to make mr quiet for commands that produce no output

2013-02-07 Thread Paul Wise
And a new version that does the right thing for output to non-terminals. -- bye, pabs http://wiki.debian.org/PaulWise From 11169c0f9c1a32b5f066f889a4561d62473ab77a Mon Sep 17 00:00:00 2001 From: Paul Wise p...@debian.org Date: Sat, 2 Feb 2013 13:41:58 +0800 Subject: [PATCH] Make quiet mode show

Bug#694031: mr: an option to make mr quiet for commands that produce no output

2013-02-07 Thread Paul Wise
Another one to use blocking reads so it doesn't use tons of CPU. -- bye, pabs http://wiki.debian.org/PaulWise From 397307eaed520909113225a89fe323917a7f1350 Mon Sep 17 00:00:00 2001 From: Paul Wise p...@debian.org Date: Sat, 2 Feb 2013 13:41:58 +0800 Subject: [PATCH] Make quiet mode show output

Bug#694031: mr: an option to make mr quiet for commands that produce no output

2013-02-03 Thread Paul Wise
One more version to fix a bug, didn't notice that the action() function output was passed directly to the Perl exit function. -- bye, pabs http://wiki.debian.org/PaulWise From 852ae823b58da0be4f090bb2609edcda9c3b2e08 Mon Sep 17 00:00:00 2001 From: Paul Wise p...@debian.org Date: Sat, 2 Feb 2013

Bug#694031: mr: an option to make mr quiet for commands that produce no output

2013-02-01 Thread Paul Wise
On Fri, 2012-11-23 at 12:46 +0800, Paul Wise wrote: For mr summary (#693021), I would like to have an option to make mr not print anything unless the command produces some output. Preferably any colour normally printed by the command to the terminal should be preserved. Here is a naive

Bug#694031: mr: an option to make mr quiet for commands that produce no output

2013-02-01 Thread Paul Wise
Control: tags -1 patch On Sat, 2013-02-02 at 13:22 +0800, Paul Wise wrote: There is a missing \n after each command output. Solved that in the attached patch. Not sure if the hook running thing should use it. The current code prints hook output in non-quiet mode so I think that my patch

Bug#694031: mr: an option to make mr quiet for commands that produce no output

2013-02-01 Thread Paul Wise
This version fixes the documentation for quiet mode. -- bye, pabs http://wiki.debian.org/PaulWise From bf59b8f82bcf41fce168982a4f95c9ac976d976b Mon Sep 17 00:00:00 2001 From: Paul Wise p...@debian.org Date: Sat, 2 Feb 2013 13:41:58 +0800 Subject: [PATCH 2/2] Make quiet mode show output if there

Bug#694031: mr: an option to make mr quiet for commands that produce no output

2012-11-22 Thread Paul Wise
Package: mr Severity: wishlist For mr summary (#693021), I would like to have an option to make mr not print anything unless the command produces some output. Preferably any colour normally printed by the command to the terminal should be preserved. Without this I get a wall of less-than-useful