Bug 444659 - [historyView] Enable "Rebase Interactive" when range of commits is selected
Summary: [historyView] Enable "Rebase Interactive" when range of commits is selected
Status: NEW
Alias: None
Product: EGit
Classification: Technology
Component: UI (show other bugs)
Version: 3.5   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-20 02:14 EDT by Robin Stocker CLA
Modified: 2014-09-20 02:14 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robin Stocker CLA 2014-09-20 02:14:03 EDT
In the History view, when a continuous range of commits is selected, we could offer "Rebase Interactive" in the context menu. This would result in interactively rebasing these commits onto the parent commit.

The selection would need to start from HEAD and not include any commits from other lanes. Otherwise the action should not be offered.

(Originally reported in bug 443930.)