equal
deleted
inserted
replaced
1 # Copyright 2008-2009 LShift Ltd |
1 """Mercurial access control hook""" |
2 # Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com> |
|
3 # |
|
4 # Authors: |
|
5 # Paul Crowley <paul@lshift.net> |
|
6 # Vadim Gelfer <vadim.gelfer@gmail.com> |
|
7 # |
|
8 # This software may be used and distributed according to the terms |
|
9 # of the GNU General Public License, incorporated herein by reference. |
|
10 |
2 |
11 from mercurial.i18n import _ |
3 from mercurial.i18n import _ |
12 import mercurial.util |
4 import mercurial.util |
13 import mercurial.node |
5 import mercurial.node |
14 |
6 |