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 138641 - Exclude file from commit
Summary: Exclude file from commit
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Mercurial (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2008-06-30 15:48 UTC by josin
Modified: 2009-12-03 04:51 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 josin 2008-06-30 15:48:53 UTC
Product Version: NetBeans IDE Dev (Build 200806300002)
Java: 1.6.0_10-beta; Java HotSpot(TM) Client VM 11.0-b11
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)
Userdir: C:\Documents and Settings\tester\.netbeans\dev

I have created file I want to exclude from commit. After commit a tried to add this file to commit by action accessible
in popup menu "Mercurial" tab > Include in Commit but there is no action like that.
Comment 1 Tomas Stupka 2008-07-01 11:05:30 UTC
the actions available from the commit dialog and the ctx menu in the mercurial view - "show changes"
- invoke "show changes" for the relevant context
- right-click the file you want to include

i guess we should reconsider having them also in the project views ctx menu
Comment 2 Ondrej Vrabec 2009-12-02 03:31:36 UTC
fix: http://hg.netbeans.org/cdev/rev/5a0c11900306
Comment 3 Quality Engineering 2009-12-03 04:51:20 UTC
Integrated into 'main-golden', will be available in build *200912030200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/5a0c11900306
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: Issue #138641 - Exclude file from commit
exclude from commit action added to file's popup menu