Re: [PATCH] mklog: parse PR references from new test files

2019-08-01 Thread Jakub Jelinek
On Thu, Aug 01, 2019 at 04:53:10PM +0200, Martin Liška wrote: > --- a/contrib/mklog > +++ b/contrib/mklog > @@ -40,6 +40,8 @@ from subprocess import Popen, PIPE > > me = os.path.basename(sys.argv[0]) > > +pr_regex = re.compile('\+\/(\/|\*)\s+(PR [^\/]+\/[0-9]+)') Perhaps narrow it down to onl

[PATCH] mklog: parse PR references from new test files

2019-08-01 Thread Martin Liška
f4 Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Thu, 1 Aug 2019 16:51:47 +0200 Subject: [PATCH] mklog: parse PR references from new test files contrib/ChangeLog: 2019-08-01 Martin Liska * mklog: Parse PR references from new test files. --- contrib/mklog | 22 --