While a version control system will keep a history of source changes when you check in a file the reality is that you may many changes to your source code before you check in a file. The local history feature in Code Composer Studio keeps track of those changes and allows you to revert to previous versions of the source file. This feature is very useful for undo type actions, including formatting changes.