mercurial/help.py
changeset 8895 ef59f4634a15
parent 8889 9be824115ee8
child 8933 6176ca261f86
equal deleted inserted replaced
8894:868670dbc237 8895:ef59f4634a15
    82 
    82 
    83     To explicitly disable an extension enabled in an hgrc of broader
    83     To explicitly disable an extension enabled in an hgrc of broader
    84     scope, prepend its path with !:
    84     scope, prepend its path with !:
    85 
    85 
    86       [extensions]
    86       [extensions]
    87       # disabling extension bar residing in /ext/path
    87       # disabling extension bar residing in /path/to/extension/bar.py
    88       hgext.bar = !/path/to/extension/bar.py
    88       hgext.bar = !/path/to/extension/bar.py
    89       # ditto, but no path was supplied for extension baz
    89       # ditto, but no path was supplied for extension baz
    90       hgext.baz = !
    90       hgext.baz = !
    91     ''')
    91     ''')
    92 
    92