Bugzilla – Attachment 188346 Details for
Bug 13811
Add verbose option borrowers-force-messaging-defaults
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13811: Use 'commit' but continue to support 'doit'
Bug-13811-Use-commit-but-continue-to-support-doit.patch (text/plain), 1.12 KB, created by
Nick Clemens (kidclamp)
on 2025-10-23 12:07:25 UTC
(
hide
)
Description:
Bug 13811: Use 'commit' but continue to support 'doit'
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2025-10-23 12:07:25 UTC
Size:
1.12 KB
patch
obsolete
>From 2d482a05de8ce0ad8eee9067aeda7b9e7f5793c2 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 23 Oct 2025 12:06:14 +0000 >Subject: [PATCH] Bug 13811: Use 'commit' but continue to support 'doit' > >--- > misc/maintenance/borrowers-force-messaging-defaults.pl | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/misc/maintenance/borrowers-force-messaging-defaults.pl b/misc/maintenance/borrowers-force-messaging-defaults.pl >index ec560f42893..1203fd11ee3 100755 >--- a/misc/maintenance/borrowers-force-messaging-defaults.pl >+++ b/misc/maintenance/borrowers-force-messaging-defaults.pl >@@ -63,7 +63,7 @@ Prints this help > > Report on borrowers that will be updated > >-=item B<--doit> >+=item B<--commit> > > Actually update the borrowers. > >@@ -106,7 +106,7 @@ Examples: > > my ( $doit, $since, $help, $not_expired, $no_overwrite, $category, $branchcode, $message_name, $verbose ); > my $result = GetOptions( >- 'doit' => \$doit, >+ 'doit|c|commit' => \$doit, > 'since:s' => \$since, > 'not-expired' => \$not_expired, > 'no-overwrite' => \$no_overwrite, >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 13811
:
36749
|
36750
|
188344
|
188345
| 188346