##// END OF EJS Templates
shrink-repo: wrong variable name
Pradeepkumar Gayam -
r11298:3e46d76e default
parent child Browse files
Show More
@@ -92,7 +92,7 b' def toposort_postorderreverse(ui, rl):'
92 finally:
92 finally:
93 ui.progress(_('reading'), None)
93 ui.progress(_('reading'), None)
94
94
95 root = list(roots)
95 roots = list(roots)
96 roots.sort()
96 roots.sort()
97
97
98 ui.status(_('sorting revs\n'))
98 ui.status(_('sorting revs\n'))
General Comments 0
You need to be logged in to leave comments. Login now