This is an archive of the discontinued Mercurial Phabricator instance.

strip: improve help text for --no-backup option
ClosedPublic

Authored by khanchi97 on Jul 5 2018, 1:38 AM.

Details

Summary

Help text is modified to clearly define the meaning of
--no-backup option.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

khanchi97 created this revision.Jul 5 2018, 1:38 AM
yuja added a subscriber: yuja.Jul 5 2018, 9:07 AM
  • --no-backup no backups

+ --no-backup do not save backup copies of files

"copies of files" sounds like working copy files. I think it should include
the word "bundle", e.g. "do not save backup bundle".

khanchi97 updated this revision to Diff 9460.Jul 5 2018, 3:11 PM
This revision was automatically updated to reflect the committed changes.