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 172817 - GotoNext/Prev shouldn't go to next changest
Summary: GotoNext/Prev shouldn't go to next changest
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Mercurial (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-22 22:41 UTC by ivan
Modified: 2011-10-10 12:11 UTC (History)
1 user (show)

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 ivan 2009-09-22 22:41:05 UTC
I was misled by the NB mercurial file history UI.
When you do a mercurial diff on a given file the yellow arrow GotoNext/Prev
difference buttons will automatically go to the next changeset which is very unexpected.
There's no indication that you're viewing a new changeset except for a way-too-
subtle change in the revision #'s at the top of the diff view. 

This had an unintended _social_ consequence in that I started "blame"ing someone
for a change they weren't responsible for :-)
Comment 1 Ondrej Vrabec 2009-09-24 15:32:28 UTC
This works as designed. Navigational buttons move to the next/previous changeset when you are at the end/beginning of
the current changeset.
We'll try to find a better and more significant notification that current changeset has changed.