diff options
Diffstat (limited to 'git/db/compat.py')
| -rw-r--r-- | git/db/compat.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/git/db/compat.py b/git/db/compat.py index 16bf0562..b0c042a5 100644 --- a/git/db/compat.py +++ b/git/db/compat.py @@ -27,4 +27,5 @@ class RepoCompatInterface(object): :return: Head to the active branch""" return self.head.reference - + def __repr__(self): + return '<git.Repo "%s">' % self.git_dir |
