Bug 354828 - [sync] improve label for synchronizations
Summary: [sync] improve label for synchronizations
Status: ASSIGNED
Alias: None
Product: EGit
Classification: Technology
Component: UI (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Dariusz Luksza CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-16 10:00 EDT by Steffen Pingel CLA
Modified: 2012-06-28 11:41 EDT (History)
0 users

See Also:


Attachments
labels (7.10 KB, image/png)
2011-08-16 10:03 EDT, Steffen Pingel CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Steffen Pingel CLA 2011-08-16 10:00:30 EDT
If I create a synchronization from a branch I would like to see the repository name and branch as a label of the synchronization instead of a list of projects (see screenshot).
Comment 1 Steffen Pingel CLA 2011-08-16 10:03:17 EDT
Created attachment 201566 [details]
labels
Comment 2 Dariusz Luksza CLA 2012-06-28 11:41:04 EDT
I've proposed change Ifcb94ef5f9a23a7743367cef51ebcab3e6a4f3ee which changes behavior of GitModelSynchronizeParticipant getName method to show repository and destination branch/tag/remote name instead of project list, eg:

* egit: bug-354828 - for synchronizing with local branches
* egit: tags/v2.0.0 - for synchronizing with tags
* egit: origin/master - for synchronizing with remote branches