cleanup: make automv pass check-code

Summary: This will make it easier to move it into core

Test Plan: All the tests that passed before are still passing

Reviewers: #sourcecontrol, ttung

Differential Revision: https://phabricator.fb.com/D2788061
This commit is contained in:
Laurent Charignon 2015-12-29 11:35:14 -08:00
parent bc3dcc3726
commit f0b274f4e9

View File

@ -80,6 +80,6 @@ def _markchanges(repo, renames):
for dst, src in renames.iteritems():
wctx.copy(src, dst)
finally:
wlock.release()
wlock.release()