We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 477f03e commit 147f7ccCopy full SHA for 147f7cc
unison-cli/src/Unison/CommandLine/InputPatterns.hs
@@ -1259,7 +1259,7 @@ resetRoot =
1259
I.Visible
1260
[("namespace or hash to reset to", Required, namespaceArg)]
1261
( P.lines
1262
- [ "Deprecated because it's not compatible with the introduction of projects.",
+ [ "Deprecated because it's incompatible with projects. ⚠️ Warning, this command can cause codebase corruption.",
1263
P.wrapColumn2
1264
[ ( makeExample resetRoot [".foo"],
1265
"Reset the root namespace (along with its history) to that of the `.foo` namespace. Deprecated"
0 commit comments