tests/test-uncommit.t
branchstable
changeset 52084 51057ab0dffa
parent 47019 c4dbbaecaad3
child 52094 b5efb7a7d2a5
--- a/tests/test-uncommit.t	Thu Oct 24 18:04:26 2024 +0200
+++ b/tests/test-uncommit.t	Thu Oct 24 15:23:52 2024 +0200
@@ -22,13 +22,12 @@
   
   uncommit part or all of a local changeset
   
-      This command undoes the effect of a local commit, returning the affected
-      files to their uncommitted state. This means that files modified or
-      deleted in the changeset will be left unchanged, and so will remain
-      modified in the working directory.
+  This command undoes the effect of a local commit, returning the affected files
+  to their uncommitted state. This means that files modified or deleted in the
+  changeset will be left unchanged, and so will remain modified in the working
+  directory.
   
-      If no files are specified, the commit will be pruned, unless --keep is
-      given.
+  If no files are specified, the commit will be pruned, unless --keep is given.
   
   (use 'hg help -e uncommit' to show help for the uncommit extension)