From ba5e0ca2eca4d80aefc362d4aabd531d3ed4c0d0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 16 Apr 2009 13:12:25 -0400 Subject: [PATCH] Use pass --pull to bzr merge to avoid needing to commit merged changes. Closes: #524352 --- debian/changelog | 7 +++++++ mr | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 34636e2..8764a34 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +mr (0.40) UNRELEASED; urgency=low + + * Use pass --pull to bzr merge to avoid needing to commit + merged changes. Closes: #524352 + + -- Joey Hess Thu, 16 Apr 2009 13:11:53 -0400 + mr (0.39) unstable; urgency=low * Determine current branch for fake-bare update (martin f. krafft) diff --git a/mr b/mr index e2f9dae..a897a5f 100755 --- a/mr +++ b/mr @@ -1275,7 +1275,7 @@ git_bare_test = svn_update = svn update "$@" git_update = git pull "$@" -bzr_update = bzr merge "$@" +bzr_update = bzr merge --pull "$@" cvs_update = cvs update "$@" hg_update = hg pull "$@" && hg update "$@" darcs_update = darcs pull -a "$@" -- 2.39.5