Bug 464065 - Interactive Rebase repository view lost when switch back from history view
Summary: Interactive Rebase repository view lost when switch back from history view
Status: NEW
Alias: None
Product: EGit
Classification: Technology
Component: UI (show other bugs)
Version: 3.7   Edit
Hardware: PC Windows 8
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-07 11:01 EDT by Ricky Veach CLA
Modified: 2015-04-07 11:01 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 Ricky Veach CLA 2015-04-07 11:01:44 EDT
Whenever I switch between "History" and "Git Interactive Rebase" views the "Git Interactive Rebase" view always loses the current selected repository and says "No Repository Selected". I sometimes switch between the views when I am rebasing one branch on top of another to confirm the commits it is getting and any I want to remove. Right now, to fix this you have to reselect the repository which gets annoying if you are constantly switching between those 2 views.

Steps to reproduce:
1) Open eclipse with a git repository and branch A checked out.
2) Run "Show In > History" for that repository showing all branches.
3) Select a commit from branch B to rebase interactively on top of.

4) Once the interactive rebase view is populated (don't start the rebase), just switch between the "History" and "Git Interactive Rebase" view without doing any further actions and "Git Interactive Rebase" always loses the repository selected and says "No Repository Selected".

I have also seen this when switching to the "Console" view.