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 230694 - [74cat] Show History does not allow searching for branch
Summary: [74cat] Show History does not allow searching for branch
Status: VERIFIED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-03 20:42 UTC by misterm
Modified: 2013-07-10 21:19 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2013-06-03 20:42:43 UTC
Searching for commits in a single branch is one of the most useful search operations, yet it is not supported by the IDE.

Product Version = NetBeans IDE Dev (Build 20130528-c0ed67b06598)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.7.0_07
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.3-b01
Comment 1 Ondrej Vrabec 2013-06-04 08:30:46 UTC
Are you sure? I thought it worked quite reliably. Simply entering "branch" (a branch's name) into the To field in the criteria searches only commits being part of the branch - which is an equivalent of searching a branch as far as i understand git.
Please be more specific, describe the difference to what i wrote above and suggest a solution.
Comment 2 misterm 2013-06-27 13:15:30 UTC
Ok, it is there but it completely unintuitive. Adding a specific field is one idea, changing the label to To/Branch is another.
Comment 3 Ondrej Vrabec 2013-06-27 14:16:23 UTC
I do not mind modifying the label and its tooltip.

fix: http://hg.netbeans.org/core-main/rev/583275f0f0e3
Comment 4 Quality Engineering 2013-07-01 15:56:07 UTC
Integrated into 'main-silver', will be available in build *201307011244* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/583275f0f0e3
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #230694 - [74cat] Show History does not allow searching for branch
Comment 5 markiewb 2013-07-10 21:19:17 UTC
Verified in 201307011244 (label and tooltip changed, simple and even advanced branchnames like master~5 or HEAD^^ worked)