Details
-
Task
-
Resolution: Done
-
P2: Important
-
None
-
None
Description
1) Annotate previous:It is now possible to show the annotation of a previous version in a blame/annotation view. For example, showing svn (say):
c1.4 : Code line 1 -> right-clicking on the version 1.4 will give you "Annotate 1.3"
c1.15: Code line 2> right-clicking on the version 1.4 will give you "Annotate 1.14"
This lets you quickly find out how the code looked before (navigating the history of a file). It also works for git/hg (using SHA instead of versions).
2) File log view of single file now has "Annotate" in the context menu of a version mentioned in a log
3) The new project wizard is now able to set up a VCS repository for new projects. In 1.3, it was only possible to add the project to a VCS if the parent directory was under version control.
Now, it is possible to initialized a repository for VCS that support it (git/hg)