VCS: show diff: back correct peg revision for property getting

This commit is contained in:
irengrig
2012-02-24 11:29:33 +04:00
parent 321b8f02c5
commit 2c8b72b98f
@@ -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) {