sapling icon indicating copy to clipboard operation
sapling copied to clipboard

Error when using `sl log --rev "shelved()" `

Open alex-statsig opened this issue 2 years ago • 1 comments
trafficstars

I previously used sl log --rev "shelved()" to get a list of shelved changes (this format was much easier to parse programmatically than from sl shelve --list since it supports json output), and it worked fine.

Recently I started getting abort: 9ce624b4ef8057bafd6d61246722a0374d62fe19 cannot be found!, although sl shelve --list does still work fine.

I'm guessing a commit I had shelved changes on was hidden or something?

alex-statsig avatar Jul 07 '23 17:07 alex-statsig

This is also now causing the VSCode extension's "Shelved Changes" feature to not work for me: Screenshot 2023-10-02 at 3 53 37 PM

alex-statsig avatar Oct 02 '23 22:10 alex-statsig