From f98564a75f9466db13c85fa6c1acaa40c10c479a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 22 Apr 2013 18:04:30 -0400 Subject: [PATCH] Better cvs status. Closes: #694037 Thanks, Paul Wise --- debian/changelog | 2 ++ mr | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f18375f..1ca97b9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ mr (1.15) UNRELEASED; urgency=low * Added lib/repo, for support for repo (as used in Android) Closes: #705652 Thanks, Peter Eisentraut + * Better cvs status. + Closes: #694037 Thanks, Paul Wise -- Joey Hess Wed, 17 Apr 2013 23:40:20 -0400 diff --git a/mr b/mr index 7f147cc..4d77368 100755 --- a/mr +++ b/mr @@ -1923,7 +1923,7 @@ hg_fetch = hg pull svn_status = svn status "$@" git_status = git status -s "$@" || true; git --no-pager log --branches --not --remotes --simplify-by-decoration --decorate --oneline || true bzr_status = bzr status --short "$@"; bzr missing -cvs_status = cvs status "$@" +cvs_status = cvs -q status | grep -E '^(File:.*Status:|\?)' | grep -v 'Status: Up-to-date' hg_status = hg status "$@"; hg summary --quiet | grep -v 'parent: 0:' darcs_status = darcs whatsnew -ls "$@" || true fossil_status = fossil changes "$@" -- 2.39.2