jj/docs
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
..
design cleanup: leverage BoxStream/BoxFuture type aliases 2024-06-26 11:34:52 +09:00
technical
branches.md
cli-reference.md
code-of-conduct.md
community_tools.md
config.md diff: highlight word-level changes in git diffs 2024-07-05 16:07:12 +09:00
config.toml
conflicts.md
contributing.md docs: Formalize our design docs process a bit. 2024-06-30 15:37:40 +02:00
design_doc_blueprint.md docs: Add a Design Doc blueprint. 2024-06-30 15:37:40 +02:00
design_docs.md docs: Add a Design Doc blueprint. 2024-06-30 15:37:40 +02:00
FAQ.md FAQ: Add some more variants on how to deal with temporary files 2024-07-11 20:01:57 +02:00
filesets.md
git-comparison.md
git-compatibility.md
github.md
glossary.md
index.md
install-and-setup.md
operation-log.md
related-work.md
revsets.md revset: add tracked/untracked_remote_branches() 2024-07-13 10:43:21 -05:00
sapling-comparison.md
templates.md
testimonials.md
tutorial.md
windows.md
working-copy.md