class Rubycritic::SourceControlSystem::Mercurial

def date_of_last_commit(path)

def date_of_last_commit(path)
  `hg log #{path.shellescape} --template '{date|isodate}' --limit 1`.chomp
end