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 255496 - Easy access to list of files changed in recent commits
Summary: Easy access to list of files changed in recent commits
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: History (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-22 16:38 UTC by pekarna
Modified: 2015-09-22 16:38 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pekarna 2015-09-22 16:38:19 UTC
It would be very helpful in day-to-day scenario if users would be able to see a list of files changed in recent commits.

The thing is: As you work, you keep the files you work on open. Then you commit, create a pull request, close everything and move on to another task. Then the PR is reviewed and you need to change something, so you'd like to instantly open all the files that you have changed in that PR. And this is not currenly not easy in NetBeans.

It could be somehow integrated with the Projects window - users could select the commit he wants to compare to, and the files would appear green/blue/gray as they do now, only compared to chosen commit instead of the latest one.

Also, the context menu on a project could have an item "open files changed since commit..." and the submenu would list, say, last 10 commits.

Thanks for considering this.