chiark / gitweb /
working on updates for new theory/metadata
[topbloke.git] / tb-list.pl
index 385e031c4fa22c6df28599c1b9d6e0ebe5d72588..8b23d6d6f6f1d735a7cc589dbe8c480e1719bd4c 100755 (executable)
@@ -2,6 +2,8 @@
 # usage: tb-list [<patch-spec>]
 #  lists all patches matching <patch-spec> and other criteria
 
+xxx needs updating for new metadata and new theory
+
 use warnings;
 use strict;
 
@@ -58,6 +60,7 @@ foreach $sort (@sort) {
 our %patches;
 
 foreach_patch($relatedto || $leaves || !$spec ? { } : $spec, 
+xxx new api for foreach_patch
              $deleted || $deleted_only, 
              [0, !!$leaves, 0, $toposort || !!$relatedto],
              sub {