diff options
author | Koni Marti <koni.marti@gmail.com> | 2024-01-31 17:23:00 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2024-01-31 21:57:28 +0100 |
commit | 4cc2e6be3a010ecfba314909ce9b594f04e1be0e (patch) | |
tree | e22c025e90e79dbe21843bb5e5a2ccbfaab5ae31 /doc/aerc-patch.7.scd | |
parent | 29ee43aceb7cdd5e28c71c133c9c97ec1f98f8a6 (diff) | |
download | aerc-4cc2e6be3a010ecfba314909ce9b594f04e1be0e.tar.gz |
commands: rename patch delete to patch unlink
Rename the command :patch delete to :patch unlink. This expresses the
"link" between the project data within aerc and the underlying
repository better. :patch unlink does not delete anything in the
repository, it only removes the metadata about currently applied patch
revisions/tags.
Signed-off-by: Koni Marti <koni.marti@gmail.com>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc/aerc-patch.7.scd')
-rw-r--r-- | doc/aerc-patch.7.scd | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/aerc-patch.7.scd b/doc/aerc-patch.7.scd index 3196031a..115b203b 100644 --- a/doc/aerc-patch.7.scd +++ b/doc/aerc-patch.7.scd @@ -98,14 +98,13 @@ The following *:patch* sub-commands are supported: *:patch switch* _<project>_ Switches the context to _<project>_. -*:patch delete* [_<project>_] - Deletes all patch tracking data for _<project>_. If no project is - provided, the current project is deleted. +*:patch unlink* [_<project>_] + Deletes all patch tracking data for _<project>_ and unlinks it from + a repository. If no project is provided, the current project is deleted. *:patch* Root command for path management. Use it to run the sub-commands. - # GETTING STARTED Make sure you have an initialized project (see *:patch init*). @@ -178,7 +177,7 @@ To drop a patch set, use the tag that was assigned during applying: And to delete the project data in *aerc*: ``` -:patch delete bar +:patch unlink bar ``` # SUPPORTED REVISION CONTROL SYSTEMS |