Add error kind for parent fetching error

This commit is contained in:
Matthias Beyer 2016-09-07 21:13:29 +02:00
parent 242fa863b2
commit 6ef6262e54
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ generate_error_module!(
RepositoryCommittingError => "Error while committing",
RepositoryHeadFetchingError => "Error while fetching HEAD",
RepositoryHeadTargetFetchingError => "Error while fetching target of HEAD",
RepositoryParentFetchingError => "Error while fetching parent of commit",
HeadFetchError => "Error while getting HEAD",
NotOnBranch => "No Branch is checked out",
MkRepo => "Repository creation error",