mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-98713 Changes - Repository view never updates with Mercurial
*Add colon when refresh repository view. (refresh all upwards revisions).
This commit is contained in:
@@ -202,7 +202,7 @@ public class HgCachingCommitedChangesProvider implements CachingCommittedChanges
|
||||
if (changeBrowserSettings != null) {
|
||||
args = new ArrayList<String>();
|
||||
if (changeBrowserSettings.USE_CHANGE_AFTER_FILTER) {
|
||||
args.add("-r " + changeBrowserSettings.getChangeAfterFilter());
|
||||
args.add("-r " + changeBrowserSettings.getChangeAfterFilter() + ":");
|
||||
}
|
||||
}
|
||||
List<HgFileRevision> localRevisions = hgLogCommand.execute(hgFile, maxCount == 0 ? -1 : maxCount, true, args);
|
||||
|
||||
Reference in New Issue
Block a user