Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update error message when no movement target is found. #4284

Merged
merged 1 commit into from
Aug 25, 2024

Commits on Aug 25, 2024

  1. next/prev: update error message when no movement targets are found.

    If movement commands don't find a target commit, they fail. However,
    it's usually not intuitive why they fail because in non-edit mode the
    start commit is the parent of the working commit.
    
    Adding the start commit change hash to the error message makes it easier
    for the user to figure out what is going on.
    
    Also, specifying 'No **other** descendant...' helps make it clear what
    `jj` is really looking for.
    
    Part of #3947
    essiene committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    30c4a88 View commit details
    Browse the repository at this point in the history