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 - repository oriented commands trigger a full hg scan
Summary: repository oriented commands trigger a full hg scan
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Mercurial (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords: PERFORMANCE
Depends on: 176031
Blocks:
  Show dependency tree
 
Reported: 2010-02-11 04:59 UTC by Ondrej Vrabec
Modified: 2010-02-16 21:50 UTC (History)
0 users

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 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