We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb7d37a commit 7102677Copy full SHA for 7102677
src/org/opensolaris/opengrok/history/AccuRevRepository.java
@@ -377,7 +377,7 @@ boolean isRepositoryFor(File sourceHome) {
377
if (sourceHome.isDirectory()) {
378
return isInAccuRevDepot(sourceHome);
379
}
380
-
+
381
return false;
382
383
@@ -404,7 +404,7 @@ History getHistory(File file) throws HistoryException {
404
405
@Override
406
String determineParent() throws IOException {
407
- getAccuRevInfo(new File(directoryName));
+ getAccuRevInfo(new File(getDirectoryName()));
408
return parent;
409
410
0 commit comments