# HG changeset patch # User Sushil khanchi # Date 2018-07-05 04:17:11 # Node ID 88e6630dc8d0da19df2ecb90153cd4c72d1e89a3 # Parent 7b57b1ed5c0f13f216a99aabead84abac240c1be histedit: improve help text for --no-backup option Improved help text for --no-backup option to clearly define it's meaning. Differential Revision: https://phab.mercurial-scm.org/D3885 diff --git a/hgext/histedit.py b/hgext/histedit.py --- a/hgext/histedit.py +++ b/hgext/histedit.py @@ -925,7 +925,7 @@ def findoutgoing(ui, repo, remote=None, _("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'))] +