|
|
@ -319,10 +319,10 @@ export class CommitFormatter extends Formatter { |
|
|
|
this._options.editor?.line, |
|
|
|
)} "Open Changes with Previous Revision")`;
|
|
|
|
|
|
|
|
if (this._item.previousSha != null && this._item.file?.previousPath != null) { |
|
|
|
if (this._item.previousSha != null && this._item.file?.originalPath != null) { |
|
|
|
const uri = Container.instance.git.getRevisionUri( |
|
|
|
this._item.previousSha, |
|
|
|
this._item.file.previousPath, |
|
|
|
this._item.file.originalPath, |
|
|
|
this._item.repoPath, |
|
|
|
); |
|
|
|
commands += ` [$(versions)](${OpenFileAtRevisionCommand.getMarkdownCommandArgs( |
|
|
|