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 225118

Summary: Master repository doesn't commit .hgsubstate file
Product: versioncontrol Reporter: styu_ <styu_>
Component: MercurialAssignee: Ondrej Vrabec <ovrabec>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 200859    

Description styu_ 2013-01-20 23:33:41 UTC
.hsubstate file is skipped from commit.

Maybe related to the fact that "hg status" command doesn't show the change of the .hgsubstate file, but committing from the command line commits this file as well.
Comment 1 Ondrej Vrabec 2013-01-21 09:48:15 UTC
subrepos are not handled when we commit as: hg ci -m "COMMIT MESSAGE" LIST_OF_FILES - which is exactly what's done from the IDE, we're always commit a file selection and never a whole repository. To correctly support subrepositories "hg ci -m MSG" without any file selection has to be invoked