xphoniex
37847d4c63
cli: Use `.aliases()` store for patches
...
Signed-off-by: xphoniex <dj.2dixx@gmail.com>
2023-07-10 16:36:15 +02:00
Alexis Sellier
547fdcc03b
remote-helper: Create patch drafts via `git push`
...
This is now possible via the `-o patch.draft` push option.
2023-06-07 15:02:05 +02:00
Alexis Sellier
ac60069a33
cob: Remove `description` from `Patch`
...
Since patches always have a "root" revision, use that revision's description
as the patch description.
2023-05-26 10:31:00 +02:00
xphoniex
95e3b9673d
cli: Show alias on `rad issue` and `rad patch`
...
Signed-off-by: xphoniex <dj.2dixx@gmail.com>
2023-05-22 15:13:28 +02:00
Alexis Sellier
103ee4e23d
cli: Show commit listing in `rad patch show`
2023-05-12 12:43:44 +02:00
Alexis Sellier
649d59f143
cob: Include head in initial patch entry in DAG
...
This change ensures that we include as a parent to the initial commit
of a patch COB, the head of the branch we are proposing as a patch.
This was already happening for patch updates, but we forgot to also
include it for the initial patch revision.
This ensures that the code is always fetched alongside the patch.
2023-05-02 09:18:17 +02:00
Alexis Sellier
12a91bd0ae
cli: Create `rad patch ready` command
...
Allows for converting patches to and from draft mode.
2023-04-26 16:53:24 +02:00