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 245050

Summary: Provide GUI access to hg "backup changesets"
Product: versioncontrol Reporter: ulfzibis <ulfzibis>
Component: MercurialAssignee: Ondrej Vrabec <ovrabec>
Status: REOPENED ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description ulfzibis 2014-06-14 00:57:18 UTC
[ JDK VERSION : 1.7.0_45 ]

STEPS:
   * Invoke Mercurial->Import Changset.

ACTUAL:
   Only un-hidden objects at visible in file chooser.

EXPECTED:
   Additionally display .hg folder to ease to find a backup changeset within
.hg folder.
Comment 1 Ondrej Vrabec 2014-06-14 05:44:35 UTC
sorry, .hg folder is hidden by default for a reason. It contains a lot of metadata files crucial for mercurial that user really does not want to edit. If you really want to see the folder, update Tools -> Options -> Misc -> Files and update the regexp hiding .* files (there is already an exception for .hgignore, so you can short that exception simply to .hg)
Comment 2 ulfzibis 2014-07-11 11:11:14 UTC
"Display hidden .hg folder ..." was meant as a kind of easy to implement workaround, so reopen with different Summary:
Provide GUI access to hg "backup changesets".

Justification: There already is GUI access to create backup changesets.

Anyway there is a simple workaround: manually type ".hg" into file chooser to have access to it.