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 102924 - Rollback should be performed only on selected context.
Summary: Rollback should be performed only on selected context.
Status: RESOLVED INVALID
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Mercurial (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-29 08:48 UTC by Peter Pis
Modified: 2009-11-18 04:16 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 Peter Pis 2007-04-29 08:48:56 UTC
NetBeans IDE 6.0 Preview (M9, build 070427)
1.6.0_02-ea; Java HotSpot(TM) Client VM 1.6.0_02-ea-b02
Windows XP version 5.1 running on x86
en_GB (nb); Cp1252

Currently "Rollback" modifies all files that were committed together. I find it
very important to be able to rollback only the files that I select from view.
Not all of them.

Example:
1. Modify class "A" and "B" and save them.
2. Commit all files.
3. There is an error class B so I want to rollback the "B" one only. 

Currently this scenario is not supported. In the case of there were committed
many classes in one commit and I want to get back only the one.
Comment 1 Maros Sandor 2008-04-08 14:47:05 UTC
ppis: please reassign to the appropriate versioning system and specify where do you invoke Rollback from.
Comment 2 Marian Petras 2009-11-18 04:16:41 UTC
Rollback rolls back the last transaction, i.e. the last operation commit, import, pull, push or unbundle. These operations work with changesets, i.e. files committed together. So by definition, rollback also works with changesets, i.e. files committed together.

Marked as INVALID.