From 07d39ce5bf320940c210b0e67dd293c43351cd47 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 18 May 2013 16:33:32 -0400 Subject: [PATCH 1/1] bzr: bzr rm no longer has a --force option, remove --- IkiWiki/Plugin/bzr.pm | 2 +- debian/changelog | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/IkiWiki/Plugin/bzr.pm b/IkiWiki/Plugin/bzr.pm index 72552abcc..99a07d2c0 100644 --- a/IkiWiki/Plugin/bzr.pm +++ b/IkiWiki/Plugin/bzr.pm @@ -195,7 +195,7 @@ sub rcs_add ($) { sub rcs_remove ($) { my ($file) = @_; - my @cmdline = ("bzr", "rm", "--force", "--quiet", "$config{srcdir}/$file"); + my @cmdline = ("bzr", "rm", "--quiet", "$config{srcdir}/$file"); if (system(@cmdline) != 0) { warn "'@cmdline' failed: $!"; } diff --git a/debian/changelog b/debian/changelog index 07d955bb2..33795a5da 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -ikiwiki (3.20130505) UNRELEASED; urgency=low +ikiwiki (3.20130518) unstable; urgency=low * Fix test suite to not fail when XML::Twig is not installed. Closes: #707436 @@ -6,8 +6,9 @@ ikiwiki (3.20130505) UNRELEASED; urgency=low a theme is enabled. * notifyemail: Fix bug that caused duplicate emails to be sent when site was rebuilt. + * bzr: bzr rm no longer has a --force option, remove - -- Joey Hess Thu, 09 May 2013 10:47:18 -0400 + -- Joey Hess Sat, 18 May 2013 16:28:21 -0400 ikiwiki (3.20130504) unstable; urgency=low -- 2.45.1