chiark / gitweb /
update wip - source sorting and selection not quite done
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 1 Feb 2012 18:34:03 +0000 (18:34 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 1 Feb 2012 18:34:03 +0000 (18:34 +0000)
tb-update.pl

index 767dcf859db49351cdf5aa7da32d82f7f8b56dbc..18acbc53ababf079bf711401b61800bb551cc131 100755 (executable)
@@ -118,7 +118,7 @@ sub update_base ($) {
                    or (committ_date($a->{Ref}) cmp committ_date($b->{Ref}));
            })
        } @sources;
                    or (committ_date($a->{Ref}) cmp committ_date($b->{Ref}));
            })
        } @sources;
-
+       fixme we do not need to sort, only find best, and then do again
 
        # Now we run git-rev-list to walk the graph back to those
        # sources so we can tell which is the most recent.
 
        # Now we run git-rev-list to walk the graph back to those
        # sources so we can tell which is the most recent.