diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-15 00:00:05 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-15 00:00:05 +0200 |
| commit | 5310c857d7531986c806404103f118b3c5e364f3 (patch) | |
| tree | 4022cb838184c7e889793698a8a3cd3c4b6deebc /man | |
| parent | 67ada0b5bc25cb6cff3ab780d82cb0bfe64e4968 (diff) | |
| download | krino-5310c857d7531986c806404103f118b3c5e364f3.tar.gz krino-5310c857d7531986c806404103f118b3c5e364f3.zip | |
krino log marks a run partly undone while reversible steps remain
Diffstat (limited to 'man')
| -rw-r--r-- | man/krino.1 | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/man/krino.1 b/man/krino.1 index 711b441..b9b8113 100644 --- a/man/krino.1 +++ b/man/krino.1 @@ -211,10 +211,12 @@ See List the most recent runs, newest first .Pq Ar count No defaults to 10 : the run id, its start time, the directories it touched, and what it did. -A run that a later +A run whose reversible steps a later .Ic undo -has reversed at least one file of is marked -.Pq undone . +has all reversed is marked +.Pq undone ; +one it reversed only some of is marked +.Pq partly undone . .It Ic undo Op Ar run Reverse .Ar run . @@ -352,12 +354,12 @@ attempted for it. .Pp .Ic krino log marks a run +.Pq partly undone +while some of its reversible steps are not reversed \(em declined during the +undo's own review, refused or failed \(em and .Pq undone -once its undo run has reversed at least one file's chain \(em not that -every file in it was restored: a run left partly reversed, because some -files were declined during the undo's own review, is still shown as -.Pq undone -in full. +once every one is. +A permanent delete is not reversible and counts toward neither. .Sh ENVIRONMENT .Bl -tag -width Ds .It Ev XDG_CONFIG_HOME |
