class Pronto::Git::Repository

def empty_patches(sha)

def empty_patches(sha)
  Patches.new(self, sha, [])
end