On Tue, Aug 22, 2023 at 7:08 PM Nathan Hartman <hartman.nat...@gmail.com> wrote: > > On Mon, Aug 21, 2023 at 12:59 PM Daniel Sahlberg > <daniel.l.sahlb...@gmail.com> wrote: >> >> I'm at a loss why the backport.pl script doesn't do the backport of the >> approved r1906502. When running the script manually, it reports the >> candidate changes but nothing under Approved. >> >> [[[ >> svnsvn@svn-qavm1:~/src/svn/1.14.x$ ../trunk/tools/dist/backport.pl >> >> >> === Candidate changes: >> >> >> >>> The r1890223 group: >> r1890223, r1890668, r1890673 >> >> Support building on Win64/ARM64. >> >> [...] >> libsvn_client: Pass redirected URL for file externals. >> >> +1: dsahlberg, stsp >> >> Run a merge? [y,l,v,±1,±0,q,e,a, ,N,?] >> >> >> === Veto-blocked changes: >> >> >> === Approved changes: >> svnsvn@svn-qavm1:~/src/svn/1.14.x$ >> ]]] >> >> I'm sure there is some subtle formatting error in the approved change, but I >> can't see it. > > > > I think it needs one more newline between the row of equal signs and " * > r1906502"
Added that in r1911850. Cheers, Nathan