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

Error missing provenance #5354

Open
fowles opened this issue Jan 13, 2025 · 0 comments
Open

Error missing provenance #5354

fowles opened this issue Jan 13, 2025 · 0 comments
Labels
polish🪒🐃 Make existing features more convenient and more consistent

Comments

@fowles
Copy link
Contributor

fowles commented Jan 13, 2025

When I have a repo configured as:

$ cat .jj/repo/config.toml
[alias]
l = ["log", "--stat", "-r", "ancestors(reachable(@ | mine(), mutable()), 10) | remote_bookmarks(main)"]

And run jj l, I get

Warning: In revset expression
 --> 1:51
  |
1 | ancestors(reachable(@ | mine(), mutable()), 10) | remote_branches(main)
  |                                                   ^-------------^
  |
  = remote_branches() is deprecated; use remote_bookmarks() instead

it would be helpful if the error included the fact that it was coming the local repo config and not the global one.

@PhilipMetzger PhilipMetzger added the polish🪒🐃 Make existing features more convenient and more consistent label Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
polish🪒🐃 Make existing features more convenient and more consistent
Projects
None yet
Development

No branches or pull requests

2 participants