-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Description
jjui doesn't handle empty revsets well. Two ways to repro:
jjui -r 'none()'
- expected behavior: empty list
- actual behavior: it shows "loading" forever
jjui
, then hit 'L' and change the revset tonone()
- expected behavior: empty list
- actual behavior: the old list remains on screen
Maybe instead of a blank screen, it could show "(no matching revisions)" or similar
Metadata
Metadata
Assignees
Labels
No labels