contrib/synthrepo.py
changeset 41365 876494fd967d
parent 38588 1c93e0237a24
child 41397 0bd56c291359
--- a/contrib/synthrepo.py	Mon Sep 24 14:46:37 2018 -0700
+++ b/contrib/synthrepo.py	Thu Jan 17 09:17:12 2019 -0800
@@ -450,7 +450,6 @@
                 path = fctx.path()
                 changes[path] = '\n'.join(lines) + '\n'
             for __ in xrange(pick(filesremoved)):
-                path = random.choice(mfk)
                 for __ in xrange(10):
                     path = random.choice(mfk)
                     if path not in changes: