# File lib/etherpad-lite/models/pad.rb, line 125
    def diff(start_rev, end_rev=nil)
      Diff.new(self, start_rev, end_rev)
    end