hgext/git/gitlog.py
branchstable
changeset 47049 2a77c817d451
parent 47048 03c73fc6f89a
child 47050 ce24a00fe7f0
--- a/hgext/git/gitlog.py	Tue Apr 27 16:58:59 2021 -0400
+++ b/hgext/git/gitlog.py	Tue Apr 27 17:11:55 2021 -0400
@@ -147,7 +147,7 @@
 
     def revs(self, start=0, stop=None):
         if stop is None:
-            stop = self.tip()
+            stop = self.tiprev()
         t = self._db.execute(
             'SELECT rev FROM changelog '
             'WHERE rev >= ? AND rev <= ? '