def revert_file(self, name): git.checkout(name)
def revert_file(self, name): """Revert the file.""" git.checkout(name)