ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli
Essien Ita Essien 0f5c5530df cli: Warn if specified remote branch not found for jj git fetch
* First fetch from remote.
* Then check tx.{base_repo(),repo}.view().remote_bookmarks_matching(<branch>, <remote>).
  This has to happen after the fetch has been done so the tx.repo() is updated.
* Warn if a branch is not found in any of the remotes used in the fetch. Note that the remotes
  used in the fetch can be a subset of the remotes configured for the repo, so the language
  of the warning tries to point that out.

Fixes: #4293
2024-09-21 14:09:24 +01:00
..
examples cli: pass &Ui to parse fileset/revset/template functions 2024-09-20 23:01:12 +09:00
src cli: Warn if specified remote branch not found for jj git fetch 2024-09-21 14:09:24 +01:00
testing bookmarks: update some leftover uses of the word "branch" 2024-09-11 19:19:31 -07:00
tests cli: Warn if specified remote branch not found for jj git fetch 2024-09-21 14:09:24 +01:00
build.rs cli/build-rs: remove metadata command dependency in favor of env vars 2024-09-03 22:31:17 -07:00
Cargo.toml cli: remove unused dependency on hex 2024-09-17 12:34:31 +02:00
LICENSE