Help text is modified to clearly define the meaning of
--no-backup option.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHGf442c9494ec7: strip: improve help text for --no-backup option
Diff Detail
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
Comment Actions
- --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".