changeset 6495:2e8a87a085c5

vcs: fix incorrect comment
author Søren Løvborg <sorenl@unity3d.com>
date Mon, 30 Jan 2017 20:04:20 +0100
parents c72fe7e3b17f
children 89eb2b2da3c5
files kallithea/lib/vcs/backends/base.py
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/lib/vcs/backends/base.py	Tue Feb 14 21:14:40 2017 +0100
+++ b/kallithea/lib/vcs/backends/base.py	Mon Jan 30 20:04:20 2017 +0100
@@ -165,9 +165,8 @@
     def get_changesets(self, start=None, end=None, start_date=None,
                        end_date=None, branch_name=None, reverse=False):
         """
-        Returns iterator of ``MercurialChangeset`` objects from start to end
-        not inclusive This should behave just like a list, ie. end is not
-        inclusive
+        Returns iterator of ``BaseChangeset`` objects from start to end,
+        both inclusive.
 
         :param start: None or str
         :param end: None or str