[roll] Roll fuchsia [fx][worktree] Re-style top-level commands as git worktree ops

Transform top-level worktree commands into ergonomic leasing operations
matching git worktree add/remove/list UX conventions.

- fx worktree add <name>: Transparently claims an available free slot
  from the pool, checks out git branch <name>, and creates symlink.
  Supports --pool-name <slot> to target a specific pre-warmed slot.
- fx worktree remove <name>: Releases active worktree back to the pool,
  detaches git HEAD, restores backed up GN args, and unlinks symlink.
- fx worktree list: Displays only active checkouts and branches.
- Deleted legacy lease and release subcommands without backwards compat.

Test: python3 -m unittest discover -s tools/devshell/worktree/tests
Original-Original-Bug: 516876349
TAG: agy
CONV: 0c823b80-292a-4c83-b453-a9f0ad6ad1ea
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1671837
Original-Original-Revision: 5d3edd1abd9d5029d465613da948d5ca65393564
GitOrigin-RevId: c0fd2afe46b9ad04f640c2863d877bc5fb0d655d
Change-Id: I07ef3884347c5eb0051536130c9cd572f4bbf627
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1674695
Cr-Commit-Position: refs/heads/main@{#195354}
1 file changed
tree: 38fadb507eb8cb16d00720fe2327af83381214a8
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.