# File lib/rsync/change.rb, line 24
    def changed?
      if update_type == :no_change
        false
      else
        true
      end
    end