mercurial/smartset.py
changeset 33072 6d767d62b25e
parent 32977 27ba0d8dc26c
child 33109 247bae545061
--- a/mercurial/smartset.py	Mon Jun 26 03:47:11 2017 +0900
+++ b/mercurial/smartset.py	Sun Jun 25 00:14:48 2017 +0900
@@ -117,7 +117,7 @@
         """reverse the expected iteration order"""
         raise NotImplementedError()
 
-    def sort(self, reverse=True):
+    def sort(self, reverse=False):
         """get the set to iterate in an ascending or descending order"""
         raise NotImplementedError()