We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ba1cea commit 0685d62Copy full SHA for 0685d62
2 files changed
AUTHORS
@@ -34,5 +34,6 @@ Contributors are:
34
-Stefan Stancu <stefan.stancu _at_ gmail.com>
35
-César Izurieta <cesar _at_ caih.org>
36
-Arthur Milchior <arthur _at_ milchior.fr>
37
+-Anil Khatri <anil.soccer.khatri _at_ gmail.com>
38
39
Portions derived from other open source works and are clearly marked.
git/refs/log.py
@@ -84,7 +84,7 @@ def message(self):
84
return self[4]
85
86
@classmethod
87
- def new(self, oldhexsha, newhexsha, actor, time, tz_offset, message):
+ def new(cls, oldhexsha, newhexsha, actor, time, tz_offset, message):
88
""":return: New instance of a RefLogEntry"""
89
if not isinstance(actor, Actor):
90
raise ValueError("Need actor instance, got %s" % actor)
0 commit comments