jj/cli
Scott Taylor 2dd75b5c53 revset: add tracked/untracked_remote_branches()
Adds support for revset functions `tracked_remote_branches()` and
`untracked_remote_branches()`. I think this would be especially useful
for configuring `immutable_heads()` because rewriting untracked remote
branches usually wouldn't be desirable (since it wouldn't update the
remote branch). It also makes it easy to hide branches that you don't
care about from the log, since you could hide untracked branches and
then only track branches that you care about.
2024-07-13 10:43:21 -05:00
..
examples copy-tracking: stub get_copy_records 2024-07-03 20:26:30 -04:00
src revset: add tracked/untracked_remote_branches() 2024-07-13 10:43:21 -05:00
testing cli: skip formatting instructions if not required 2024-07-09 20:24:14 -05:00
tests --color=debug: combine segments with same labels 2024-07-11 10:39:05 -07:00
build.rs build: update rerun-if conditions to watch .git/HEAD in colocated repo 2023-08-06 12:16:11 +09:00
Cargo.toml windows: avoid UNC paths in run_ui_editor 2024-07-04 11:30:20 +10:00
LICENSE cargo: add LICENSE file to each crate we publish 2023-09-22 21:48:28 -07:00