##// END OF EJS Templates
widening: remove always-true condition in widening code...
Martin von Zweigbergk -
r43538:c5adf480 default
parent child Browse files
Show More
@@ -134,7 +134,6 b' def generate_ellipses_bundle2_for_wideni'
134
134
135 heads = set(heads or repo.heads())
135 heads = set(heads or repo.heads())
136 common = set(common or [nullid])
136 common = set(common or [nullid])
137 if known and (oldinclude != newinclude or oldexclude != newexclude):
138 # Steps:
137 # Steps:
139 # 1. Send kill for "$known & ::common"
138 # 1. Send kill for "$known & ::common"
140 #
139 #
General Comments 0
You need to be logged in to leave comments. Login now