sapling/hgext3rd/fbamend
Mateusz Kwapich ad3ecb91d5 fbamend: add hide - a simple command for hiding commits
Summary:
We have two commands for hiding commits:
 * strip - which has a lot of legacy options and legacy name
 * prune - which allows for creating arbitrary obsolescence markers

Both of them have complicated UI and are suboptimal experiences for unadvanced
user. The `hg hide` command is very simple, does one job and does it well.

Test Plan: see test

Reviewers: #fbhgext, durham, quark, kulshrax

Reviewed By: #fbhgext, quark

Subscribers: akushner

Differential Revision: https://phab.mercurial-scm.org/D178
2017-07-27 03:39:01 -07:00
..
__init__.py fbamend: add hide - a simple command for hiding commits 2017-07-27 03:39:01 -07:00
common.py bookmarks: use new applychanges api in all extensions 2017-07-18 10:09:28 -07:00
fold.py inhibit: update existing code to work with the rewritten version 2017-07-10 15:45:31 -07:00
hiddenoverride.py hiddenoverride: optionally log details 2017-07-21 10:50:30 -07:00
hide.py fbamend: add hide - a simple command for hiding commits 2017-07-27 03:39:01 -07:00
metaedit.py metaedit: fix editing multiple commits 2017-06-19 16:03:17 +01:00
movement.py fbamend: add --clean flag to hg prev/next 2017-07-18 20:13:25 -07:00
prune.py bookmarks: use new applychanges api in all extensions 2017-07-18 10:09:28 -07:00
restack.py codemod: rewrite nested with 2017-07-17 12:02:08 -07:00
revsets.py codemod: use obsutil 2017-07-07 20:54:19 -07:00
split.py split: check unfinished first 2017-07-20 18:21:58 -07:00
unamend.py bookmarks: use new applychanges api in all extensions 2017-07-18 10:09:28 -07:00