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 209544 - Support qpush --move
Summary: Support qpush --move
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Mercurial (show other bugs)
Version: 7.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2012-03-13 20:02 UTC by Jesse Glick
Modified: 2012-03-13 20:02 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 Jesse Glick 2012-03-13 20:02:26 UTC
The Go to Patch dialog should include a checkbox to pass the --move option to qpush, useful when you want to apply a patch in the middle of the list but not the stuff before it. (This is typical when you have a bunch of unrelated patches and are just jumping around between them.)

Of course it would be nice for the GUI to actually show what patches you will have applied if you click OK, but this may be tricky for the IDE to determine in the presence of patch guards (qguard/qselect).