##// END OF EJS Templates
status: do not reverse deleted and unknown...
Pierre-Yves David -
r21973:3178e498 3.1 stable
parent child Browse files
Show More
@@ -320,7 +320,8 b' class basectx(object):'
320 listunknown)
320 listunknown)
321
321
322 if reversed:
322 if reversed:
323 r[1], r[2], r[3], r[4] = r[2], r[1], r[4], r[3]
323 # reverse added and removed
324 r[1], r[2] = r[2], r[1]
324
325
325 if listsubrepos:
326 if listsubrepos:
326 for subpath, sub in scmutil.itersubrepos(ctx1, ctx2):
327 for subpath, sub in scmutil.itersubrepos(ctx1, ctx2):
General Comments 0
You need to be logged in to leave comments. Login now