# HG changeset patch # User Sushil khanchi # Date 1634117661 -19800 # Node ID 0d8d805fadbba7a297a70ec6496bd1103a5dd4f7 # Parent f49e5fa3ae0eeb3bc2b61a33fd86b901edd5f4c5 pick: mention topic override when there's an active topic diff -r f49e5fa3ae0e -r 0d8d805fadbb hgext3rd/evolve/cmdrewrite.py --- a/hgext3rd/evolve/cmdrewrite.py Fri Jul 23 13:08:56 2021 +0530 +++ b/hgext3rd/evolve/cmdrewrite.py Wed Oct 13 15:04:21 2021 +0530 @@ -1341,7 +1341,10 @@ _(b'[OPTION]... [-r] REV'), **compat.helpcategorykwargs('CATEGORY_CHANGE_MANAGEMENT')) def cmdpick(ui, repo, *revs, **opts): - """move a commit on the top of working directory parent and updates to it.""" + """move a commit onto the working directory parent and update to it. + + If there is an active topic, it will be used for the resulting changeset. + """ cont = opts.get('continue') abort = opts.get('abort') diff -r f49e5fa3ae0e -r 0d8d805fadbb tests/test-pick.t --- a/tests/test-pick.t Fri Jul 23 13:08:56 2021 +0530 +++ b/tests/test-pick.t Wed Oct 13 15:04:21 2021 +0530 @@ -29,7 +29,9 @@ aliases: grab - move a commit on the top of working directory parent and updates to it. + move a commit onto the working directory parent and update to it. + + If there is an active topic, it will be used for the resulting changeset. options: