Meta/topic: allow more than two letters of topic hierarchy name

This commit is contained in:
Junio C Hamano
2007-03-27 15:26:35 -07:00
parent 7c1fe01f0e
commit c192899ebc

View File

@@ -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 = ('.', '?', '-', '+');