diff options
Diffstat (limited to 'lib/git/remote.py')
-rw-r--r-- | lib/git/remote.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/git/remote.py b/lib/git/remote.py index da37414e..e043e6db 100644 --- a/lib/git/remote.py +++ b/lib/git/remote.py @@ -47,6 +47,7 @@ class Remote(LazyMixin, Iterable): """ __slots__ = ( "repo", "name", "_config_reader" ) + _id_attribute_ = "name" def __init__(self, repo, name): """ |