Merge remote-tracking branch 'origin/master'

This commit is contained in:
Konstantin Bulenkov
2013-10-31 21:13:12 +04:00
@@ -75,6 +75,13 @@ public class HgRepositoryImpl extends RepositoryImpl implements HgRepository {
return myHgDir;
}
@NotNull
@Override
public State getState() {
return myInfo.getState();
}
@Override
@NotNull
public String getCurrentBranch() {