# HG changeset patch # User Anton Shestakov # Date 1731307100 -14400 # Node ID 195941260a67fbda55b1e8f5d854a226e314b272 # Parent 972d98ce3552d7f42357f87c10fff5cb7f549003 tests: normalize leading spaces in `hg help pick` output diff -r 972d98ce3552 -r 195941260a67 tests/test-pick.t --- a/tests/test-pick.t Wed Nov 06 16:45:02 2024 +0400 +++ b/tests/test-pick.t Mon Nov 11 10:38:20 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: diff -r 972d98ce3552 -r 195941260a67 tests/test-topic-issue6406.t --- a/tests/test-topic-issue6406.t Wed Nov 06 16:45:02 2024 +0400 +++ b/tests/test-topic-issue6406.t Mon Nov 11 10:38:20 2024 +0400 @@ -53,9 +53,9 @@ This is what the help text says about this issue - $ hg help pick | grep 'active 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. + $ hg help pick | grep 'active topic' | sed 's/^ //' + 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. wdir has no active topic: pick should clear topic of the resulting cset