diff tests/test-pick.t @ 6936:a239ea1dfacb default tip

branching: merge with stable
author Anton Shestakov <av6@dwimlabs.net>
date Fri, 22 Nov 2024 16:53:42 +0400
parents 195941260a67
children
line wrap: on
line diff
--- a/tests/test-pick.t	Sat Oct 26 11:19:50 2024 +0400
+++ b/tests/test-pick.t	Fri Nov 22 16:53:42 2024 +0400
@@ -25,15 +25,15 @@
 
   $ hg init repo
   $ cd repo
-  $ hg help pick
+  $ hg help pick | sed 's/^    //'
   hg pick [OPTION]... [-r] REV
   
   aliases: grab
   
   move a commit onto the working directory parent and update to it.
   
-      The resulting changeset will have the current active topic. If there's no
-      active topic set, the resulting changeset will also not have any topic.
+  The resulting changeset will have the current active topic. If there's no
+  active topic set, the resulting changeset will also not have any topic.
   
   options: