comparison contrib/hg-ssh @ 31510:2244fb3eee49

localrepo: forcibly copy list of filecache keys On Python 3, keys() is more like iterkeys(), so we got in trouble for mutating the dict while we're iterating here. Since the list of caches should be relatively small, work around this difference by just forcing a copy of the key list.
author Augie Fackler <augie@google.com>
date Sun, 19 Mar 2017 01:11:00 -0400
parents 863075fd4cd0
children 77eaf9539499
comparison
equal deleted inserted replaced
31509:5c9936193145 31510:2244fb3eee49