|
@@ -1364,7 +1364,7 @@ class Repo(BaseRepo):
|
|
|
"No git repository was found at {path}".format(**dict(path=start))
|
|
"No git repository was found at {path}".format(**dict(path=start))
|
|
|
)
|
|
)
|
|
|
|
|
|
|
|
- def controldir(self):
|
|
|
|
|
|
|
+ def controldir(self) -> str:
|
|
|
"""Return the path of the control directory."""
|
|
"""Return the path of the control directory."""
|
|
|
return self._controldir
|
|
return self._controldir
|
|
|
|
|
|