Bug 363935 - Push from Synchronization view does not refresh remote-reference
Summary: Push from Synchronization view does not refresh remote-reference
Status: NEW
Alias: None
Product: EGit
Classification: Technology
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-16 11:15 EST by R Shapiro CLA
Modified: 2012-10-26 07:11 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description R Shapiro CLA 2011-11-16 11:15:17 EST
Build Identifier: 

When Push is invoked from the Synchronization view, the remote-reference isn't updated to include the pushed commits.

Reproducible: Always

Steps to Reproduce:
1.Commit any change in master (say)
2. Run Advanced Synchronization with the tracking remote-reference (eg orgin/master) as the destination. 
3. Invoke 'Push' from the menubar in this view.
4. Refresh the view with F5
5.  Expected: no differences, Observed: the changes that were just pushed still look like differences.
6.  If command-line Git is installed, this problem can be seen by running 'git status' which will show the local branch as one commit ahead of the remote branch.
Comment 1 Andrey Loskutov CLA 2012-10-26 05:30:07 EDT
Probably duplicate of 355837
Comment 2 Andrey Loskutov CLA 2012-10-26 07:11:03 EDT
Ok, this is not a dup of bug 355837, as in bug 355837 F5 or "Refresh" was not working.

Here the view refresh should *automatically* happen after push, which is still not the case in 2.2.0.20121025 build.