|
@@ -112,6 +112,7 @@ BASE_DIRECTORIES = [
|
|
|
|
|
|
DEFAULT_REF = b'refs/heads/master'
|
|
DEFAULT_REF = b'refs/heads/master'
|
|
|
|
|
|
|
|
+
|
|
class InvalidUserIdentity(Exception):
|
|
class InvalidUserIdentity(Exception):
|
|
"""User identity is not of the format 'user <email>'"""
|
|
"""User identity is not of the format 'user <email>'"""
|
|
|
|
|