From eabad02ab25169b9658d87fbdebd32a3ac86b317 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 16 Aug 2012 16:09:43 -0700 Subject: [PATCH] Simpler vcsh status command line. Closes: #685089 --- debian/changelog | 1 + mr | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a1dca16..68fc1cd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ mr (1.13) UNRELEASED; urgency=low * Pass -q to cvs diff and update. Closes: #673367 * mr bootstrap: Now supports ssh:// urls. + * Simpler vcsh status command line. Closes: #685089 -- Joey Hess Fri, 18 May 2012 12:27:45 -0400 diff --git a/mr b/mr index 60801f6..2876fbe 100755 --- a/mr +++ b/mr @@ -1913,7 +1913,7 @@ cvs_status = cvs status "$@" hg_status = hg status "$@" darcs_status = darcs whatsnew -ls "$@" || true fossil_status = fossil changes "$@" -vcsh_status = cd $(vcsh run "$MR_REPO" git config --get core.worktree); vcsh run "$MR_REPO" git status -s "$@" || true +vcsh_status = vcsh run "$MR_REPO" git -c status.relativePaths=false status -s "$@" || true veracity_status = vv status "$@" svn_commit = svn commit "$@" -- 2.39.2