davezarzycki added a comment.

A revert in practice just means undoing the changes. For example, while both 
`git` and `svn` have `revert` subcommands, you can also just take the original 
diff/patch, pipe it into `patch -R`, and if there are no conflicts, commit the 
result.


Repository:
  rL LLVM

https://reviews.llvm.org/D43578



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to