23
23
class AlreadyBranchError(OliveError):
24
""" The specified directory is already a branch """
24
""" The specified directory is already a branch
30
class BoundBranchOutOfDate(OliveError):
31
""" Occurs if the bound branch is out of date
26
37
class BranchExistsWithoutWorkingTree(OliveError):
27
""" The specified directory is a branch, however it doesn't contain a working tree """
38
""" The specified directory is a branch, however it doesn't contain a working tree
44
class ConflictsInTreeError(OliveError):
45
""" Occurs if non-resolved conflicts remained in the tree
29
51
class DirectoryAlreadyExists(OliveError):
30
""" The specified directory already exists """
52
""" The specified directory already exists
58
class EmptyMessageError(OliveError):
59
""" Occurs if no commit message specified
65
class LocalRequiresBoundBranch(OliveError):
66
""" Occurs when the local branch needs a bound branch
72
class NoChangesToCommitError(OliveError):
73
""" Occurs if there are no changes to commit
79
class NoFilesSpecified(OliveError):
80
""" No files were specified as an argument to a function
86
class NoMatchingFiles(OliveError):
87
""" No files found which could match the criteria
93
class NoMessageNoFileError(OliveError):
94
""" No message and no file given (for commit)
32
100
class NonExistingParent(OliveError):
33
""" Parent directory doesn't exist """
101
""" Parent directory doesn't exist
35
107
class NonExistingRevision(OliveError):
36
""" The specified revision doesn't exist in the branch """
108
""" The specified revision doesn't exist in the branch
38
114
class NonExistingSource(OliveError):
39
""" The source provided doesn't exist """
115
""" The source provided doesn't exist
121
class NotBranchError(OliveError):
122
""" Specified directory is not a branch
128
class NotVersionedError(OliveError):
129
""" Occurs if the specified file/directory is not in the branch
41
135
class RevisionValueError(OliveError):
42
""" Invalid revision value provided """
136
""" Invalid revision value provided
142
class StrictCommitError(OliveError):
143
""" Occurs if strict commit fails
44
149
class TargetAlreadyExists(OliveError):
45
""" Target directory already exists """
150
""" Target directory already exists