hgext/acl.py
changeset 51863 f4733654f144
parent 51703 ca7bde5dbafb
equal deleted inserted replaced
51862:607e94e01851 51863:f4733654f144
   211   # 'gollum' and anyone else can still change any other file.
   211   # 'gollum' and anyone else can still change any other file.
   212   /misty/mountains/cave/ring = !gollum
   212   /misty/mountains/cave/ring = !gollum
   213 
   213 
   214 '''
   214 '''
   215 
   215 
       
   216 from __future__ import annotations
   216 
   217 
   217 from mercurial.i18n import _
   218 from mercurial.i18n import _
   218 from mercurial import (
   219 from mercurial import (
   219     error,
   220     error,
   220     extensions,
   221     extensions,