This file is indexed.

/usr/lib/python2.7/dist-packages/hgnested-0.8.egg-info/PKG-INFO is in mercurial-nested 0.8-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Metadata-Version: 1.1
Name: hgnested
Version: 0.8
Summary: Mercurial extension to work with nested repositories
Home-page: http://bitbucket.org/cedk/hgnested
Author: B2CK
Author-email: info@b2ck.com
License: GPL-3
Download-URL: http://bitbucket.org/cedk/hgnested/downloads
Description: hgnested
        ========
        
        Mercurial extension to work with nested repositories.
        
        It was inspired by the forest extension.
        
        The extension allow to apply common Mercurial commands to all the  nested
        repositories at once like pull, push etc.  It allow also to fetch a complete
        tree of repositories through ssh or http.
        
        To enable the "hgnested" extension, create an entry for it in your Mercurial
        configuration file, like this::
        
            [extensions]
            hgnested =
        
        See `hg help hgnested` for the complete list of commands.
        
        To run the tests, do (run-tests.py comes from mercurial tests):
        
            python run-tests.py test-hgnested.t
        
        
        For more information please visit the `hgnested website`_.
        
        .. _hgnested website: http://bitbucket.org/cedk/hgnested
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Version Control