hgext/__init__.py
author Mateusz Kwapich <mitrandir@fb.com>
Tue, 15 Dec 2015 13:27:09 -0800
changeset 27414 6602a7b9deec
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
histedit: delete to drop The default behaviour to forbid this makes a lot of sense for novice users because it's safeguarding them from dangerous behavior but making it configurable will be apprieciated by power users in at least one big organization. It allows an user to look an histedit rules from declarative perspective and make the rules reflect the state after histedit. If we can move lines t move commits why can't we drop lines to drop commits? Let's put this behind config knob and inform users about this feature the very moment they are trying to use it so they can choose desired behaviour.

# placeholder