chiark / gitweb /
break patch searching until we update wrt new FORMAT
[topbloke.git] / Topbloke.pm
index 7f535ebb2d2bf73e5a6d8a66b2116c3826eb5c5d..a7ecad5880702f55a0ca928a4dd84fbe5ad44e9f 100644 (file)
@@ -303,6 +303,7 @@ sub parse_patch_name ($) {
 sub parse_patch_spec ($) {
     my ($orig) = @_;
     local $_ = $orig;
+    die 'FORMAT has new spec syntax nyi';
     my $spec = { }; # Email Domain DatePrefix DateNear Nick
     my $set = sub {
        my ($key,$val,$whats) = @_;