Add error kind for parent fetching error
This commit is contained in:
parent
242fa863b2
commit
6ef6262e54
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ generate_error_module!(
|
||||||
RepositoryCommittingError => "Error while committing",
|
RepositoryCommittingError => "Error while committing",
|
||||||
RepositoryHeadFetchingError => "Error while fetching HEAD",
|
RepositoryHeadFetchingError => "Error while fetching HEAD",
|
||||||
RepositoryHeadTargetFetchingError => "Error while fetching target of HEAD",
|
RepositoryHeadTargetFetchingError => "Error while fetching target of HEAD",
|
||||||
|
RepositoryParentFetchingError => "Error while fetching parent of commit",
|
||||||
HeadFetchError => "Error while getting HEAD",
|
HeadFetchError => "Error while getting HEAD",
|
||||||
NotOnBranch => "No Branch is checked out",
|
NotOnBranch => "No Branch is checked out",
|
||||||
MkRepo => "Repository creation error",
|
MkRepo => "Repository creation error",
|
||||||
|
|
Loading…
Reference in a new issue