Bug 3524 - Multiple sequential folds should only pop a single editor
Summary: Multiple sequential folds should only pop a single editor
Status: RESOLVED FIXED
Alias: None
Product: Mercurial
Classification: Unclassified
Component: histedit (show other bugs)
Version: unspecified
Hardware: PC Mac OS
: normal feature
Assignee: Augie Fackler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-02 16:35 UTC by Augie Fackler
Modified: 2015-10-18 16:06 UTC (History)
2 users (show)

See Also:
Python Version: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Augie Fackler 2012-07-02 16:35 UTC
Right now if you fold 2 changesets into a preceding one, you have to do multiple editor operations. That should be fixed.

This was originally reported as https://bitbucket.org/durin42/histedit/issue/1/multiple-sequential-folds-should-only-pop
Comment 1 Bugzilla 2015-02-28 01:00 UTC
Bug was inactive for 287 days, archiving
Comment 2 Matt Mackall 2015-03-03 15:24 UTC
Bulk change: standard priority for features is 'wish'.
Comment 3 Matt Mackall 2015-04-17 13:28 UTC
Bulk move open feature requests to wish priority.
Comment 4 HG Bot 2015-09-15 13:15 UTC
Fixed by https://selenic.com/repo/hg/rev/bf81b696b8f4
Augie Fackler <augie@google.com>
histedit: use one editor when multiple folds happen in a row (issue3524) (BC)

This was the first ever feature request for histedit, originally filed
back on April 4, 2009. Finally fixed.

In the future we'll probably want to make it possible for other
preprocessing steps to be added to the list, but for now we're
skipping that because it's unclear what the API should look like
without a proposed consumer.

(please test the fix)
Comment 5 Bugzilla 2015-10-18 16:06 UTC
Bug was set to TESTING for 33 days, resolving