Meta/topic: allow more than two letters of topic hierarchy name
parent
7c1fe01f0e
commit
c192899ebc
|
|
@ -6,7 +6,7 @@
|
|||
use strict;
|
||||
use Getopt::Long;
|
||||
|
||||
my $topic_pattern = '??/*';
|
||||
my $topic_pattern = '??*/*';
|
||||
my $base = 'next';
|
||||
my @stage = qw(next pu);
|
||||
my @mark = ('.', '?', '-', '+');
|
||||
|
|
|
|||
Loading…
Reference in New Issue