Skip to content
  • Michal Srb's avatar
    Sort entries from most specific to most generic. · 42239054
    Michal Srb authored and Alan Coopersmith's avatar Alan Coopersmith committed
    
    
    There is no point in adding entry or merging lists if a FamilyWild entry would
    end in front of any entry, or entry without display number would end in front
    of entry with number.
    
    This sorts all entries in order:
      * FamilyWild without display number
      * FamilyWild with display number
      * Other family without display number
      * Other family with display number
    
    The order of the entries in each category is kept.
    
    Signed-off-by: default avatarAlan Coopersmith <alan.coopersmith@oracle.com>
    42239054