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 123616

Summary: Clone annotation is not displayed immediately
Product: versioncontrol Reporter: Peter Pis <ppis>
Component: MercurialAssignee: issues@versioncontrol <issues>
Status: VERIFIED FIXED    
Severity: blocker Keywords: REGRESSION
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: proposed patch
a better patch

Description Peter Pis 2007-12-07 09:05:09 UTC
Product Version: NetBeans IDE 6.0 (Build 200711261600)
Java: 1.6.0_03; Java HotSpot(TM) Client VM 1.6.0_03-b05
System: Windows XP version 5.1 running on x86; Cp1252; en_GB (nb)
Userdir: D:\ide\60daily\user

Steps:
1. Create new project. 
2. Select it and invoke "Versioning | Initialize Mercurial Repository" popup menu action.
3. Commit all changes on the project
4. Select project root and invoke "Mercurial | Clone <Project Name>" action.

The new project is being opened, but the annotation text for project root node is missing.
Comment 1 Padraig Obriain 2007-12-07 11:50:46 UTC
This regression is caused by the change for issue 121354.
Comment 2 Padraig Obriain 2007-12-07 11:51:49 UTC
Created attachment 53983 [details]
proposed patch
Comment 3 Padraig Obriain 2007-12-07 15:12:56 UTC
Created attachment 53996 [details]
a better patch
Comment 4 Padraig Obriain 2007-12-07 15:13:59 UTC
The second p[atch has the benefit that it also fixes issue #123629.
Comment 5 Padraig Obriain 2007-12-07 15:15:50 UTC
*** Issue 123629 has been marked as a duplicate of this issue. ***
Comment 6 Padraig Obriain 2007-12-07 15:55:39 UTC
IDE:-------------------------------------------------
IDE: [12/7/07 3:54 PM] Committing started
Checking in FileStatusCache.java;
/shared/data/ccvs/repository/versioncontrol/mercurial/src/org/netbeans/modules/mercurial/FileStatusCache.java,v  <-- 
FileStatusCache.java
new revision: 1.19; previous revision: 1.18
done
IDE: [12/7/07 3:54 PM] Committing finished
Comment 7 Peter Pis 2007-12-10 06:05:08 UTC
Verified.