D5022: absorb: update help text

mbthomas (Mark Thomas) phabricator at mercurial-scm.org
Fri Oct 12 17:27:21 EDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG8f192f2c4a1e: absorb: update help text (authored by mbthomas, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D5022?vs=11943&id=11956

REVISION DETAIL
  https://phab.mercurial-scm.org/D5022

AFFECTED FILES
  hgext/absorb.py

CHANGE DETAILS

diff --git a/hgext/absorb.py b/hgext/absorb.py
--- a/hgext/absorb.py
+++ b/hgext/absorb.py
@@ -986,7 +986,7 @@
          [('a', 'apply-changes', None,
            _('apply changes without prompting for confirmation')),
           ('p', 'print-changes', None,
-           _('just print which changesets are modified by which changes')),
+           _('always print which changesets are modified by which changes')),
           ('i', 'interactive', None,
            _('interactively select which chunks to apply (EXPERIMENTAL)')),
           ('e', 'edit-lines', None,
@@ -1011,8 +1011,10 @@
 
     Changesets that become empty after applying the changes will be deleted.
 
-    If in doubt, run :hg:`absorb -pn` to preview what changesets will
-    be amended by what changed lines, without actually changing anything.
+    By default, absorb will show what it plans to do and prompt for
+    confirmation.  If you are confident that the changes will be absorbed
+    to the correct place, run :hg:`absorb -a` to apply the changes
+    immediately.
 
     Returns 0 on success, 1 if all chunks were ignored and nothing amended.
     """



To: mbthomas, #hg-reviewers, pulkit
Cc: mercurial-devel


More information about the Mercurial-devel mailing list