cornercorner
FeaturesPluginsDocs & SupportCommunityPartners

Bug 126124 - Ignore command not available on folders
: Ignore command not available on folders
Status: RESOLVED DUPLICATE of bug 157729
: versioncontrol
Mercurial
: 6.1
: All All
: P3 (vote)
: TBD
Assigned To:
:
:
:
:
:
:
  Show dependency treegraph
 
Reported: 2008-01-28 16:28 by
Modified: 2009-11-02 13:37 (History)
Issue Type: ENHANCEMENT
:


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2008-01-28 16:28:52
I notice that the Ignore menu item is always disabled on folders;  this is very
troublesome if you want to exclude build directories from your repository.  
Wouldn't be hard to generate a pattern to match whatever folder it is...
------- Comment #1 From 2008-02-09 18:00:23 -------
Its simple to add the Ignore support for directories, the issue is how
mercurial reports status for files contained in
these ignored dirs, it should report them as ignored but is not:
http://www.selenic.com/mercurial/bts/issue886

When this is fixed in mercurial we can simplify a lot of the hacks we've had to
put in to work around these Ignore
issues [ignored files are being returned for instance from an ignored directory
so on large ignored dirs we got a huge
performance hit and hhad to resort to parsing the .hgignore ourselves, though
this is far from ideal].
------- Comment #2 From 2008-10-30 19:56:27 -------
http://www.selenic.com/mercurial/bts/issue886
This issue has now been fixed for a long time, does this mean that it can be
resolved in netbeans aswell?
------- Comment #3 From 2009-11-02 13:37:51 -------

*** This issue has been marked as a duplicate of 157729 ***