##// END OF EJS Templates
git: use the correct type for stopping changelog.revs()...
Matt Harbison -
r47823:2a77c817 stable
parent child Browse files
Show More
@@ -147,7 +147,7 b' class changelog(baselog):'
147 147
148 148 def revs(self, start=0, stop=None):
149 149 if stop is None:
150 stop = self.tip()
150 stop = self.tiprev()
151 151 t = self._db.execute(
152 152 'SELECT rev FROM changelog '
153 153 'WHERE rev >= ? AND rev <= ? '
General Comments 0
You need to be logged in to leave comments. Login now