Bug 340780

Summary: Pull of multiple repositories should show results in one dialog
Product: [Technology] EGit Reporter: Robin Stocker <robin>
Component: UIAssignee: Mathias Kinzler <mathias.kinzler>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: caniszczyk, mathias.kinzler
Version: unspecifiedKeywords: noteworthy
Target Milestone: 0.12-M2   
Hardware: All   
OS: All   
Whiteboard:

Description Robin Stocker CLA 2011-03-23 11:54:20 EDT
Build Identifier: 

Pull multiple repositories with one action is enabled with this change:

http://egit.eclipse.org/r/#change,2755

The problem with this minimalistic implementation is that for each repository which was pulled, a separate result dialog is shown.

Ideally there would be only one result dialog, with the results grouped by repository. A tree view may be a good idea, something like:

• Repo 1: already up to date
• Repo 2: pulled
  • Fetched master into origin/master
    • Commit 1
    • Commit 2
  • Merge branch 'master' of git:origin
    • Parent commit 1
    • Parent commit 2

Reproducible: Always
Comment 1 Mathias Kinzler CLA 2011-03-28 12:05:48 EDT
Code review at 
http://egit.eclipse.org/r/#change,2928
Comment 2 Chris Aniszczyk CLA 2011-04-05 15:52:52 EDT
Merged into master, 63ddb5d201f4266fb0f0c407ea31b0cd71740bd5.