shrink-repo: wrong variable name
authorPradeepkumar Gayam <in3xes@gmail.com>
Sun, 06 Jun 2010 22:39:32 +0530
changeset 11298 3e46d76eaabf
parent 11297 d320e70442a5
child 11300 24eeca1f2791
shrink-repo: wrong variable name
contrib/shrink-revlog.py
--- a/contrib/shrink-revlog.py	Sun Jun 06 17:20:10 2010 +0900
+++ b/contrib/shrink-revlog.py	Sun Jun 06 22:39:32 2010 +0530
@@ -92,7 +92,7 @@
     finally:
         ui.progress(_('reading'), None)
 
-    root = list(roots)
+    roots = list(roots)
     roots.sort()
 
     ui.status(_('sorting revs\n'))