- Start ST (v2 in my case) from console
- Create new file (denote by X) inside some hg/git repo
- Try to edit it and save it
You'll see lots of messages about file X is not under version control: https://gist.github.com/dichlofos/5865560 is the sample
I think we should not try to diff files that are not versioned yet (or just squash these error messages).
I presumably know how to fix this problem for SVN and hg. As for git, its a bit trickier, but "git status" invocation should help here. Any other suggestions how to fix this?
You'll see lots of messages about file X is not under version control: https://gist.github.com/dichlofos/5865560 is the sample
I think we should not try to diff files that are not versioned yet (or just squash these error messages).
I presumably know how to fix this problem for SVN and hg. As for git, its a bit trickier, but "git status" invocation should help here. Any other suggestions how to fix this?