sapling
sapling copied to clipboard
Error when using `sl log --rev "shelved()" `
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?
This is also now causing the VSCode extension's "Shelved Changes" feature to not work for me: