mercurial/revset.py
changeset 25023 405cb38448ad
parent 24940 6b54f749659b
child 25024 263bbed1833c
--- a/mercurial/revset.py	Tue May 12 19:40:45 2015 -0500
+++ b/mercurial/revset.py	Mon Apr 27 23:03:20 2015 +0900
@@ -3044,10 +3044,6 @@
 
         val1 = None
         val2 = None
-
-        choice = max
-        if ascending:
-            choice = min
         try:
             # Consume both iterators in an ordered way until one is
             # empty