# File lib/rubyrep/replication_difference.rb, line 63
    def amend
      loaders.update
      changes[:left].load
      changes[:right].load
      self.type = DIFF_TYPES[changes[:left].type][changes[:right].type]
    end