Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Changed how file paths are shown in branch changes #1162

Merged
merged 3 commits into from
Nov 21, 2020
Merged

Conversation

JohnstonCode
Copy link
Owner

fixes #1158

@Yanpas do you have any issues with this change?

Copy link
Contributor

@Yanpas Yanpas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

command: {
command: "svn.branchchanges.openDiff",
title: "Open diff",
arguments: [element]
},
iconPath,
tooltip: `${element.oldPath}@r${element.oldRevision} → ${element.newPath}@r${element.newRevision}`
tooltip: `${element.oldPath.fsPath.replace(element.repo.fsPath, "")}@r${
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some lambda removing repo.fspath would have made tooltip more readable

@JohnstonCode JohnstonCode merged commit 8784c5e into master Nov 21, 2020
@JohnstonCode JohnstonCode deleted the 1158 branch November 21, 2020 16:13
JohnstonCode added a commit that referenced this pull request Nov 21, 2020
## [2.13.4](v2.13.3...v2.13.4) (2020-11-21)

### Bug Fixes

* Changed how file paths are shown in branch changes ([#1162](#1162)) ([8784c5e](8784c5e))
@JohnstonCode
Copy link
Owner Author

🎉 This PR is included in version 2.13.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Branch Changes -- show relative to root
2 participants