| 107 | {} |
| 108 | |
| 109 | static QString stripPathToDir(const QString &path) |
| 110 | { |
| 111 | QFileInfo info = QFileInfo(path); |
| 112 | return info.isDir() ? info.absoluteFilePath() : info.absolutePath(); |
| 113 | } |
| 114 | |
| 115 | void DistributedVersionControlPlugin::ctxBranchManager() |
| 116 | { |
no test coverage detected