sapling/edenscm/hgext/amend
Jun Wu 16c156f11f edit: save editor text for 2 weeks
Summary:
There are multiple reports that the work in the commit message editor gets lost
for various reasons. We have `.hg/last-message.txt` for commit hook failure,
but that one does not take care of all code paths (ex. metaedit).

This diff changes `ui.edit` directly to try to save messages in `.hg/edit-tmp`
for 2 weeks.

Reviewed By: kulshrax

Differential Revision: D15347831

fbshipit-source-id: 9207adf4315d94a4892685a03f323e89d9c4a7f1
2019-05-15 17:20:13 -07:00
..
__init__.py commands: update help text for amend 2019-04-19 11:16:56 -07:00
common.py mutation: record predecessors and operation in commit loginfo 2019-04-10 15:16:17 -07:00
fold.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
hiddenoverride.py visibility: don't let hiddenoverride pin commits visible 2019-04-11 02:45:15 -07:00
hide.py visibility: update visibility when commits are modified 2019-03-08 03:05:58 -08:00
metaedit.py edit: save editor text for 2 weeks 2019-05-15 17:20:13 -07:00
movement.py heurestics to resolve a obs/non-obs ambiguity 2019-03-22 03:38:52 -07:00
prune.py strip: move extension to core and rename to debugstrip 2019-02-25 03:55:08 -08:00
restack.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
revsets.py mutation: use mutation information for revsets 2019-03-08 03:05:56 -08:00
split.py visibility: update visibility when commits are modified 2019-03-08 03:05:58 -08:00
unamend.py visibility: add unamend support 2019-05-02 04:06:26 -07:00