Description
With prefered adapter set to jj in a colocated repo, open the commit log panel
Expected behavior
Show the commit log panel
Actual behavior
When hovering over a commit in file history panel after opening DiffviewFileHistory %, pressing L is giving me the following:
No log content available for these changes.
In fact, the same issue is happening when I press L on a file in file panel after doing DiffviewOpen.
Weird part is, in a git repo, pressing L on file in file panel after doing DiffviewOpen is giving the following error:
Changes not committed ...
I made sure to test this on files that already were part of several commits, so it's not a new file.
Steps to reproduce
- Clone https://github.com/jj-vcs/jj with
jj
- Edit
Cargo.toml
- Run
nvim Cargo.toml
- Run
:DiffvieFileHistory % in nvim
- Select a commit in file history panel and press
L
Health check
Output of :checkhealth diffview
==============================================================================
diffview: 2 ⚠️
Checking plugin dependencies ~
- ✅ OK nvim-web-devicons installed.
- ✅ OK mini.icons installed.
Checking VCS tools ~
- The plugin requires at least one of the supported VCS tools to be valid.
- ✅ OK Jujutsu found.
- ✅ OK Jujutsu is up-to-date. (0.42.0)
- ✅ OK Git found.
- ✅ OK Git is up-to-date. (2.54.0)
- ⚠️ WARNING Configured `hg_cmd` is not executable: 'hg'
- ⚠️ WARNING Configured `p4_cmd` is not executable: 'p4'
Log info
Relevant info from :DiffviewLog
############################
### PUT LOG CONTENT HERE ###
############################
Neovim version
NVIM v0.12.2
Build type: RelWithDebInfo
LuaJIT 2.1.1780076327
Run "nvim -V1 -v" for more info
Operating system and version
Linux 7.0.10-arch1-1 x86_64 GNU/Linux
Minimal config
prefered adapter set to `jj`
Description
With prefered adapter set to
jjin a colocated repo, open the commit log panelExpected behavior
Show the commit log panel
Actual behavior
When hovering over a commit in file history panel after opening
DiffviewFileHistory %, pressingLis giving me the following:In fact, the same issue is happening when I press
Lon a file in file panel after doingDiffviewOpen.Weird part is, in a git repo, pressing
Lon file in file panel after doingDiffviewOpenis giving the following error:I made sure to test this on files that already were part of several commits, so it's not a new file.
Steps to reproduce
jjCargo.tomlnvim Cargo.toml:DiffvieFileHistory %in nvimLHealth check
Output of
:checkhealth diffviewLog info
Relevant info from
:DiffviewLogNeovim version
Operating system and version
Linux 7.0.10-arch1-1 x86_64 GNU/Linux
Minimal config