From 41ef92c450379d0aa9573e30a8778f2e1c3e43b1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 18 May 2012 12:28:00 -0400 Subject: [PATCH] Pass -q to cvs diff and update. Closes: #673367 --- debian/changelog | 6 ++++++ mr | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e6fc2e3..c5c31f8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mr (1.13) UNRELEASED; urgency=low + + * Pass -q to cvs diff and update. Closes: #673367 + + -- Joey Hess Fri, 18 May 2012 12:27:45 -0400 + mr (1.12) unstable; urgency=low * Ignore nonzero exit status of hg pull, which can happen diff --git a/mr b/mr index 556366c..21d2677 100755 --- a/mr +++ b/mr @@ -1890,7 +1890,7 @@ bzr_update = else bzr merge --pull "$@" fi -cvs_update = cvs update "$@" +cvs_update = cvs -q update "$@" hg_update = hg pull "$@"; hg update "$@" darcs_update = darcs pull -a "$@" fossil_update = fossil pull "$@" @@ -1948,7 +1948,7 @@ veracity_push = vv push "$@" svn_diff = svn diff "$@" git_diff = git diff "$@" bzr_diff = bzr diff "$@" -cvs_diff = cvs diff "$@" +cvs_diff = cvs -q diff "$@" hg_diff = hg diff "$@" darcs_diff = darcs diff -u "$@" fossil_diff = fossil diff "$@" -- 2.39.2