require_relative 'sorted_resource_list' module Resync # Adds useful methods to {ChangeList} and {ChangeDumpManifest}. class BaseChangeList < SortedResourceList # Filters the list of changes by change type, modification time, or both. # @param of_type [Types::Change] the change type # @param in_range [Range