D3885: histedit: improve help text for --no-backup option

khanchi97 (Sushil khanchi) phabricator at mercurial-scm.org
Thu Jul 5 01:43:28 EDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG88e6630dc8d0: histedit: improve help text for --no-backup option (authored by khanchi97, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D3885?vs=9439&id=9445

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

AFFECTED FILES
  hgext/histedit.py

CHANGE DETAILS

diff --git a/hgext/histedit.py b/hgext/histedit.py
--- a/hgext/histedit.py
+++ b/hgext/histedit.py
@@ -925,7 +925,7 @@
       _("don't strip old nodes after edit is complete")),
      ('', 'abort', False, _('abort an edit in progress')),
      ('o', 'outgoing', False, _('changesets not found in destination')),
-     ('', 'no-backup', False, _('no backup')),
+     ('', 'no-backup', False, _('do not save backup copies of files')),
      ('f', 'force', False,
       _('force outgoing even for unrelated repositories')),
      ('r', 'rev', [], _('first revision to be edited'), _('REV'))] +



To: khanchi97, durin42, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list