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 - Provide GUI access to hg "backup changesets"
Summary: Provide GUI access to hg "backup changesets"
Status: REOPENED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Mercurial (show other bugs)
Version: 8.0
Hardware: PC Linux
: P3 normal with 1 vote (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-14 00:57 UTC by ulfzibis
Modified: 2014-07-11 11:11 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.