# File lib/fastcst/changeset.rb, line 511
511:         def initialize(from_path, to_path, mtime)
512:             @from_path = from_path
513:             @to_path = to_path
514:             @mtime = mtime
515:             UI.event :move, "#@from_path -> #@to_path"
516:         end