gnu-arch-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnu-arch-users] Re: baz diff: progress dots Vs list of modified files.


From: Matthieu Moy
Subject: [Gnu-arch-users] Re: baz diff: progress dots Vs list of modified files.
Date: Tue, 19 Jul 2005 15:37:41 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.4 (gnu/linux)

Matthieu Moy <address@hidden> writes:

> Actually, the doc says:
>
>   -q, --quiet            Suppress progress information
>
> So, removing the diff from the output in "baz diff -q" sounds more
> like a bug than a feature. I guess no one is using it so it doesn't
> matter if we change that.

I've tried re-adding the diff in the output of "baz diff -q", but you
can still get rid of it with "baz diff -q -s". This sounds satisfying:

$ baz diff
* looking for address@hidden/bazaar--log--1.5--patch-1 to compare with
* comparing to address@hidden/bazaar--log--1.5--patch-1
M  commands/diff.c

* modified files

--- orig/commands/diff.c
+++ mod/commands/diff.c
@@ -147,7 +147,6 @@
         case opt_quiet:
           {
             quiet = 1;
-           nodiffs = 1;
             break;
           }
 



$ baz diff -q
* modified files

--- orig/commands/diff.c
+++ mod/commands/diff.c
@@ -147,7 +147,6 @@
         case opt_quiet:
           {
             quiet = 1;
-           nodiffs = 1;
             break;
           }
 



$ baz diff -v
* looking for address@hidden/bazaar--log--1.5--patch-1 to compare with
* comparing to address@hidden/bazaar--log--1.5--patch-1
M  commands/diff.c

* modified files

--- orig/commands/diff.c
+++ mod/commands/diff.c
@@ -147,7 +147,6 @@
         case opt_quiet:
           {
             quiet = 1;
-           nodiffs = 1;
             break;
           }
 



$ baz diff --summary
* looking for address@hidden/bazaar--log--1.5--patch-1 to compare with
* comparing to address@hidden/bazaar--log--1.5--patch-1
M  commands/diff.c
$ baz diff --summary --quiet
$ 

-- 
Matthieu




reply via email to

[Prev in Thread] Current Thread [Next in Thread]