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
Bug was inactive for 287 days, archiving
Bulk change: standard priority for features is 'wish'.
Bulk move open feature requests to wish priority.
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)
Bug was set to TESTING for 33 days, resolving