Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 3.6.1
-
None
-
Ubuntu 15.10 64 bit
Windows 7 64 bit
Description
- Open a file from a git repository.
- Change and save that file.
- Open a completely unrelated file (no project, outside any repository).
- Change this file but do not save it.
- Go back to the first file.
- Select "Tools" -> "Git" -> "Current File" -> "Undo Uncommitted Changes for <filename>" from the menu.
Creator will show a popup stating that the second file has unsaved changes.
This does not matter in this situation. Creator should ask for confirmation and revert the changes in the first file. It should not touch the other file at all.