This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 243547 - In commit dialog, offer to pull changes
Summary: In commit dialog, offer to pull changes
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Mercurial (show other bugs)
Version: 8.0
Hardware: PC Windows 8 x64
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-04 08:45 UTC by akobberup
Modified: 2014-04-04 11:26 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Screenshot of dialog (22.52 KB, image/png)
2014-04-04 11:26 UTC, akobberup
Details

Note You need to log in before you can comment on or make changes to this bug.
Description akobberup 2014-04-04 08:45:50 UTC
It is awesome that the commit dialog now informs that there is changes in the remote repository. However, when i am informed that i should do a pull before committing, i have to do the following:

Close commit dialog
Click "Team" menu item
Select "Remote" menu item
Select "Pull XX" menu item.

The ide now pull changes.

Click "Team" menu item
Click "Commit" menu item


When the check is already made to see if any changes are in the remote repository, why not just add an action to the commit dialog - "Pull changes from XX", so the pull operation can be executed, and if nothing goes wrong, the commit can be done right away.
Comment 1 akobberup 2014-04-04 11:26:01 UTC
Created attachment 146547 [details]
Screenshot of dialog