From 13699d0e68a53bb07640dd6c77038f703def2e94ae961c2c4a551ded09a911b0 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 14 Aug 2025 11:06:25 +0300 Subject: [PATCH] Committed/Current -> Saved/Stash Shorter and equal length. --- dsc | 83 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 41 insertions(+), 42 deletions(-) diff --git a/dsc b/dsc index 5d2e860..e2f68ef 100755 --- a/dsc +++ b/dsc @@ -25,16 +25,16 @@ if {$argc == 0} { dsc set opt "" -- unset value, make it default one dsc get opt -- get option's value, maybe default one dsc get opt/* -- list /*/ sections - dsc diff [prefix] -- show the difference between committed and current + dsc diff [prefix] -- show the difference between saved and stash dsc revert opt -- revert opt's configuration dsc commit -- commit (save) configuration dsc export >file.txtar -- export whole configuration dsc import