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 180604

Summary: repository oriented commands trigger a full hg scan
Product: versioncontrol Reporter: Ondrej Vrabec <ovrabec>
Component: MercurialAssignee: Ondrej Vrabec <ovrabec>
Status: RESOLVED FIXED    
Severity: normal Keywords: PERFORMANCE
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 176031    
Bug Blocks:    

Description Ondrej Vrabec 2010-02-11 04:59:15 UTC
When any repository oriented command (fetch, rollback, strip, etc.) finishes, a full hg repository scan will be triggered. Since we already have the oportunity to run the scan only on visible folders (see #176031), the full hg scan is IMO useless and in case of large repositories even undesirable.
Comment 1 Ondrej Vrabec 2010-02-11 05:06:03 UTC
fix: http://hg.netbeans.org/cdev/rev/55813ae0bfee
Comment 2 Quality Engineering 2010-02-16 21:50:24 UTC
Integrated into 'main-golden', will be available in build *201002170200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/55813ae0bfee
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: Issue #180604 - repository oriented commands trigger a full hg scan
hg status scan only on visible folders