Commit Graph

3 Commits

Author SHA1 Message Date
Jun Wu
282fb28151 amend: show deprecation warnings about --fixup
Summary:
`--fixup` is not really a great flag name and it came from a legacy
implementation.  Suggest `restack` instead.

Reviewed By: kulshrax

Differential Revision: D15978952

fbshipit-source-id: 4e8c2e79be01f6d8f13628409a446d42ae22c0af
2019-06-26 11:24:15 -07:00
Mark Thomas
9a19e06fee strip: move extension to core and rename to debugstrip
Summary:
Move the strip extension to core.  Rename the command to `hg debugstrip` as it
is not intended for use by users.  Users should use `hg hide` instead.

Reviewed By: quark-zju

Differential Revision: D14185822

fbshipit-source-id: ef096488cb94b72a7bb79f5bf153c064e0555b34
2019-02-25 03:55:08 -08:00
Saurabh Singh
6317ba0ca2 amend: replace with the fbamend extension
Summary:
The functionality we care about is provided by the `fbamend`
extension. Therefore, lets replace the `amend` extension with the `fbamend`
extension.

Reviewed By: farnz

Differential Revision: D10320739

fbshipit-source-id: 5700d39f488777fcc4033f60ce0a51cda15ef2ad
2018-10-11 06:59:23 -07:00