|
|
|
|
|
|
291
|
# First and last commit stamp (may be in any order because of cherry-picking and patches)
|
291
|
# First and last commit stamp (may be in any order because of cherry-picking and patches)
|
|
292
|
if stamp > self.last_commit_stamp:
|
292
|
if stamp > self.last_commit_stamp:
|
|
293
|
self.last_commit_stamp = stamp
|
293
|
self.last_commit_stamp = stamp
|
|
294
|
- print 'Last:', stamp
|
|
|
|
295
|
if self.first_commit_stamp == 0 or stamp < self.first_commit_stamp:
|
294
|
if self.first_commit_stamp == 0 or stamp < self.first_commit_stamp:
|
|
296
|
self.first_commit_stamp = stamp
|
295
|
self.first_commit_stamp = stamp
|
|
297
|
|
296
|
|