facebook / sapling

A Scalable, User-Friendly Source Control System.

Home Page:https://sapling-scm.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

alex-statsig opened this issue · comments

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:
Screenshot 2023-10-02 at 3 53 37 PM