mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
VCS: show diff: back correct peg revision for property getting
This commit is contained in:
+1
-1
@@ -280,7 +280,7 @@ public abstract class AbstractShowPropertiesDiffAction extends AnAction implemen
|
||||
|
||||
final ISVNPropertyHandler propertyHandler = createHandler(revision, lines);
|
||||
|
||||
client.doGetProperty(url, null, SVNRevision.UNDEFINED, revision, SVNDepth.EMPTY, propertyHandler);
|
||||
client.doGetProperty(url, null, revision, revision, SVNDepth.EMPTY, propertyHandler);
|
||||
|
||||
Collections.sort(lines, new Comparator<SVNPropertyData>() {
|
||||
public int compare(final SVNPropertyData o1, final SVNPropertyData o2) {
|
||||
|
||||
Reference in New Issue
Block a user