# HG changeset patch # User Dan Villiom Podlaski Christiansen # Date 1534846444 -7200 # Node ID b60113460856402c58aed24bbaf1706e1a1d465f # Parent 3e4fbda6bdce96491c4625f4863e45feb5db29aa prune: improve help first line The previous help string for prune didn't mention successors in the first line. Note: Pierre-Yves David changed the original "hidden" to "obsolete" as it is better concept to put forward. (a bit more specific and with more consequence than just "hidden"). We need a good `hg help obsolete/obsolescence` result. We'll try to get this in the next version. diff -r 3e4fbda6bdce -r b60113460856 hgext3rd/evolve/cmdrewrite.py --- a/hgext3rd/evolve/cmdrewrite.py Tue Aug 21 12:21:05 2018 +0200 +++ b/hgext3rd/evolve/cmdrewrite.py Tue Aug 21 12:14:04 2018 +0200 @@ -952,7 +952,7 @@ _('[OPTION] [-r] REV...')) # XXX -U --noupdate option to prevent wc update and or bookmarks update ? def cmdprune(ui, repo, *revs, **opts): - """hide changesets by marking them obsolete + """mark changesets as obsolete or succeeded by another changeset Pruned changesets are obsolete with no successors. If they also have no descendants, they are hidden (invisible to all commands).