debugshell: appease pyflakes

This commit is contained in:
Matt Mackall 2013-09-23 14:28:01 -07:00
parent 1e3892da3b
commit b73d929200

View File

@ -20,6 +20,7 @@ def ipdb(ui, repo, msg, **opts):
cl = repo.changelog cl = repo.changelog
mf = repo.manifest mf = repo.manifest
cl, mf # use variables to appease pyflakes
IPython.embed() IPython.embed()