Advice using hg uncommit when a command to prune (like hg strip) but keeping the changes (with --keep option)
Details
Details
- Reviewers
mitrandir - Group Reviewers
Restricted Project - Commits
- rFBHGX9b5a2305541e: tweakdefaults: provide advice about`hg uncommit`
Run hg strip -k\--keep a "'hg uncommit' provides a better UI for undoing commits while keeping the changes" should show up.
Run hg strip w/o --keep option, "'hg hide' provides a better UI for hiding commits" should be shown
Diff Detail
Diff Detail
- Repository
- rFBHGX Facebook Mercurial Extensions
- 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
I think we should only show this message when stripping . but not other revisions.
Besides, this probably wants a real test.